#CCEF8E

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

Shades of Sulu #CCEF8E

Tints of Sulu #CCEF8E

Color information

#CCEF8E (or 0xCCEF8E) is unknown color: approx Sulu. HEX triplet: CC, EF and 8E. RGB value is (204,239,142). Sum of RGB (Red+Green+Blue) = 204+239+142=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 142 (55.86% from 255 or 24.27% from 585); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEF8E is #331071. Grayscale: #D9D9D9. Windows color (decimal): -3346546 or 9367500. OLE color: 9367500.

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

Color convert

RGB204239142-
CMYK0.1500.410.06
HSL81.65º75.19%74.71%-
HSV(B)81.65º40.59%93.73%-
XYZ60.6576.5237.17-
YUV217.4885.4118.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.87%
GREEN value IS 239 (93.75% from 255) = 40.85%
BLUE value IS 142 (55.86% from 255) = 24.27%
R=34.87%
G=40.85%
B=24.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042391420.1500.410.0681.6575.1974.71
HexCCEF8EF0296524b4b
Octal314357216170516122113113
Binary11001100111011111000111011110101001110101001010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEF8E; }

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

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

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

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

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

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

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

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