#CCFC7E

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

Shades of Sulu #CCFC7E

Tints of Sulu #CCFC7E

Color information

#CCFC7E (or 0xCCFC7E) is unknown color: approx Sulu. HEX triplet: CC, FC and 7E. RGB value is (204,252,126). Sum of RGB (Red+Green+Blue) = 204+252+126=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 126 (49.61% from 255 or 21.65% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFC7E is #330381. Grayscale: #DFDFDF. Windows color (decimal): -3343234 or 8322252. OLE color: 8322252.

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

Color convert

RGB204252126-
CMYK0.1900.50.01
HSL82.86º95.45%74.12%-
HSV(B)82.86º50%98.82%-
XYZ63.4883.9632.6-
YUV223.2873.1114.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.05%
GREEN value IS 252 (98.83% from 255) = 43.30%
BLUE value IS 126 (49.61% from 255) = 21.65%
R=35.05%
G=43.30%
B=21.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042521260.1900.50.0182.8695.4574.12
HexCCFC7E130321535f4a
Octal314374176230621123137112
Binary110011001111110011111101001101100101101001110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFC7E; }

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

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

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

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

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

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

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

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