#CCFF78

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

Shades of Sulu #CCFF78

Tints of Sulu #CCFF78

Color information

#CCFF78 (or 0xCCFF78) is unknown color: approx Sulu. HEX triplet: CC, FF and 78. RGB value is (204,255,120). Sum of RGB (Red+Green+Blue) = 204+255+120=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 120 (47.27% from 255 or 20.73% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF78 is #330087. Grayscale: #E0E0E0. Windows color (decimal): -3342472 or 7929804. OLE color: 7929804.

HSL color Cylindrical-coordinate representation of color #CCFF78: hue angle of 82.67º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCFF78 is Cyan = 0.2, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB204255120-
CMYK0.200.530
HSL82.67º100%73.53%-
HSV(B)82.67º52.94%100%-
XYZ64.0585.7130.94-
YUV224.3669.1113.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.23%
GREEN value IS 255 (100% from 255) = 44.04%
BLUE value IS 120 (47.27% from 255) = 20.73%
R=35.23%
G=44.04%
B=20.73%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551200.200.53082.6710073.53
HexCCFF7814035053644a
Octal314377170240650123144112
Binary110011001111111111110001010001101010101001111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFF78; }

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

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

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

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

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

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

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

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