#CCFC6D

Color #CCFC6D Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CCFC6D

Tints of Sulu #CCFC6D

Color information

#CCFC6D (or 0xCCFC6D) is unknown color: approx Sulu. HEX triplet: CC, FC and 6D. RGB value is (204,252,109). Sum of RGB (Red+Green+Blue) = 204+252+109=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 109 (42.97% from 255 or 19.29% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFC6D is #330392. Grayscale: #DDDDDD. Windows color (decimal): -3343251 or 7208140. OLE color: 7208140.

HSL color Cylindrical-coordinate representation of color #CCFC6D: hue angle of 80.14º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCFC6D is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB204252109-
CMYK0.1900.570.01
HSL80.14º95.97%70.78%-
HSV(B)80.14º56.75%98.82%-
XYZ62.4783.5627.3-
YUV221.3564.6115.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 252 (98.83% from 255) = 44.60%
BLUE value IS 109 (42.97% from 255) = 19.29%
R=36.11%
G=44.60%
B=19.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042521090.1900.570.0180.1495.9770.78
HexCCFC6D130391506047
Octal314374155230711120140107
Binary110011001111110011011011001101110011101000011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFC6D; }

 p { color: rgb(204,252,109); }

 H1.HeaderClassName
 {
   color: #CCFC6D;
 }
 .AnyTagClassName
 {
   color: #CCFC6D;
 }
</style>
background-color css

<style>
 a { background-color: #CCFC6D; }

 a { background-color: rgb(204,252,109); }

 div.DivClassName
 {
   background-color: #CCFC6D;
 }
 .BgClassName
 {
   background-color: #CCFC6D;
 }
</style>
border-color css

<style>
 span { border-color: #CCFC6D; }

 span { border-color: rgb(204,252,109); }

 td.TdClassName
 {
   border-color: #CCFC6D;
 }
 .TagClassName
 {
   border-color: #CCFC6D;
 }
</style>