#CCFB78

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

Shades of Sulu #CCFB78

Tints of Sulu #CCFB78

Color information

#CCFB78 (or 0xCCFB78) is unknown color: approx Sulu. HEX triplet: CC, FB and 78. RGB value is (204,251,120). Sum of RGB (Red+Green+Blue) = 204+251+120=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 251 (98.44% from 255 or 43.65% from 575); Blue value is 120 (47.27% from 255 or 20.87% from 575); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFB78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFB78 is #330487. Grayscale: #DEDEDE. Windows color (decimal): -3343496 or 7928780. OLE color: 7928780.

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

Color convert

RGB204251120-
CMYK0.1900.520.02
HSL81.53º94.24%72.75%-
HSV(B)81.53º52.19%98.43%-
XYZ62.7983.1930.52-
YUV222.0170.43115.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.48%
GREEN value IS 251 (98.44% from 255) = 43.65%
BLUE value IS 120 (47.27% from 255) = 20.87%
R=35.48%
G=43.65%
B=20.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042511200.1900.520.0281.5394.2472.75
HexCCFB78130342525e49
Octal314373170230642122136111
Binary1100110011111011111100010011011010010101001010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFB78; }

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

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

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

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

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

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

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

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