#CCFE6C

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

Shades of Sulu #CCFE6C

Tints of Sulu #CCFE6C

Color information

#CCFE6C (or 0xCCFE6C) is unknown color: approx Sulu. HEX triplet: CC, FE and 6C. RGB value is (204,254,108). Sum of RGB (Red+Green+Blue) = 204+254+108=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 108 (42.58% from 255 or 19.08% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFE6C is #330193. Grayscale: #DEDEDE. Windows color (decimal): -3342740 or 7143116. OLE color: 7143116.

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

Color convert

RGB204254108-
CMYK0.2000.570.00
HSL80.55º98.65%70.98%-
HSV(B)80.55º57.48%99.61%-
XYZ63.0584.827.23-
YUV222.4163.44114.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.04%
GREEN value IS 254 (99.61% from 255) = 44.88%
BLUE value IS 108 (42.58% from 255) = 19.08%
R=36.04%
G=44.88%
B=19.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042541080.2000.570.0080.5598.6570.98
HexCCFE6C140390516347
Octal314376154240710121143107
Binary110011001111111011011001010001110010101000111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFE6C; }

 p { color: rgb(204,254,108); }

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

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

 a { background-color: rgb(204,254,108); }

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

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

 span { border-color: rgb(204,254,108); }

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