#CCF478

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

Shades of Sulu #CCF478

Tints of Sulu #CCF478

Color information

#CCF478 (or 0xCCF478) is unknown color: approx Sulu. HEX triplet: CC, F4 and 78. RGB value is (204,244,120). Sum of RGB (Red+Green+Blue) = 204+244+120=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 244 (95.70% from 255 or 42.96% from 568); Blue value is 120 (47.27% from 255 or 21.13% from 568); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF478 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF478 is #330B87. Grayscale: #DADADA. Windows color (decimal): -3345288 or 7926988. OLE color: 7926988.

HSL color Cylindrical-coordinate representation of color #CCF478: hue angle of 79.35º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCF478 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB204244120-
CMYK0.1600.510.04
HSL79.35º84.93%71.37%-
HSV(B)79.35º50.82%95.69%-
XYZ60.6478.8929.8-
YUV217.972.75118.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.92%
GREEN value IS 244 (95.70% from 255) = 42.96%
BLUE value IS 120 (47.27% from 255) = 21.13%
R=35.92%
G=42.96%
B=21.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042441200.1600.510.0479.3584.9371.37
HexCCF4781003344f5547
Octal314364170200634117125107
Binary11001100111101001111000100000110011100100111110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF478; }

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

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

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

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

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

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

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

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