#CCF18E

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

Shades of Sulu #CCF18E

Tints of Sulu #CCF18E

Color information

#CCF18E (or 0xCCF18E) is unknown color: approx Sulu. HEX triplet: CC, F1 and 8E. RGB value is (204,241,142). Sum of RGB (Red+Green+Blue) = 204+241+142=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 142 (55.86% from 255 or 24.19% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF18E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF18E is #330E71. Grayscale: #DBDBDB. Windows color (decimal): -3346034 or 9368012. OLE color: 9368012.

HSL color Cylindrical-coordinate representation of color #CCF18E: hue angle of 82.42º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCF18E is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB204241142-
CMYK0.1500.410.05
HSL82.42º77.95%75.1%-
HSV(B)82.42º41.08%94.51%-
XYZ61.2477.737.36-
YUV218.6584.74117.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 241 (94.53% from 255) = 41.06%
BLUE value IS 142 (55.86% from 255) = 24.19%
R=34.75%
G=41.06%
B=24.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042411420.1500.410.0582.4277.9575.1
HexCCF18EF0295524e4b
Octal314361216170515122116113
Binary11001100111100011000111011110101001101101001010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF18E; }

 p { color: rgb(204,241,142); }

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

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

 a { background-color: rgb(204,241,142); }

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

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

 span { border-color: rgb(204,241,142); }

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