#CCFC78

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

Shades of Sulu #CCFC78

Tints of Sulu #CCFC78

Color information

#CCFC78 (or 0xCCFC78) is unknown color: approx Sulu. HEX triplet: CC, FC and 78. RGB value is (204,252,120). Sum of RGB (Red+Green+Blue) = 204+252+120=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 252 (98.83% from 255 or 43.75% from 576); Blue value is 120 (47.27% from 255 or 20.83% from 576); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFC78 is #330387. Grayscale: #DFDFDF. Windows color (decimal): -3343240 or 7929036. OLE color: 7929036.

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

Color convert

RGB204252120-
CMYK0.1900.520.01
HSL81.82º95.65%72.94%-
HSV(B)81.82º52.38%98.82%-
XYZ63.183.8130.62-
YUV222.670.1114.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.42%
GREEN value IS 252 (98.83% from 255) = 43.75%
BLUE value IS 120 (47.27% from 255) = 20.83%
R=35.42%
G=43.75%
B=20.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042521200.1900.520.0181.8295.6572.94
HexCCFC78130341526049
Octal314374170230641122140111
Binary110011001111110011110001001101101001101001011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFC78; }

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

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

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

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

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

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

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

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