#CCE08D

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

Shades of Sulu #CCE08D

Tints of Sulu #CCE08D

Color information

#CCE08D (or 0xCCE08D) is unknown color: approx Sulu. HEX triplet: CC, E0 and 8D. RGB value is (204,224,141). Sum of RGB (Red+Green+Blue) = 204+224+141=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 141 (55.47% from 255 or 24.78% from 569); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE08D is #331F72. Grayscale: #D0D0D0. Windows color (decimal): -3350387 or 9298124. OLE color: 9298124.

HSL color Cylindrical-coordinate representation of color #CCE08D: hue angle of 74.46º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCE08D is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB204224141-
CMYK0.0900.370.12
HSL74.46º57.24%71.57%-
HSV(B)74.46º37.05%87.84%-
XYZ56.3768.0735.37-
YUV208.5689.87124.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 224 (87.89% from 255) = 39.37%
BLUE value IS 141 (55.47% from 255) = 24.78%
R=35.85%
G=39.37%
B=24.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042241410.0900.370.1274.4657.2471.57
HexCCE08D9025C4a3948
Octal314340215110451411271110
Binary11001100111000001000110110010100101110010010101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE08D; }

 p { color: rgb(204,224,141); }

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

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

 a { background-color: rgb(204,224,141); }

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

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

 span { border-color: rgb(204,224,141); }

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