#CCE48F

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

Shades of Sulu #CCE48F

Tints of Sulu #CCE48F

Color information

#CCE48F (or 0xCCE48F) is unknown color: approx Sulu. HEX triplet: CC, E4 and 8F. RGB value is (204,228,143). Sum of RGB (Red+Green+Blue) = 204+228+143=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 228 (89.45% from 255 or 39.65% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE48F is #331B70. Grayscale: #D3D3D3. Windows color (decimal): -3349361 or 9430220. OLE color: 9430220.

HSL color Cylindrical-coordinate representation of color #CCE48F: hue angle of 76.94º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCE48F is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB204228143-
CMYK0.1100.370.11
HSL76.94º61.15%72.75%-
HSV(B)76.94º37.28%89.41%-
XYZ57.670.3136.52-
YUV211.1389.55122.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.48%
GREEN value IS 228 (89.45% from 255) = 39.65%
BLUE value IS 143 (56.25% from 255) = 24.87%
R=35.48%
G=39.65%
B=24.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042281430.1100.370.1176.9461.1572.75
HexCCE48FB025B4d3d49
Octal314344217130451311575111
Binary11001100111001001000111110110100101101110011011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE48F; }

 p { color: rgb(204,228,143); }

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

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

 a { background-color: rgb(204,228,143); }

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

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

 span { border-color: rgb(204,228,143); }

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