#CCE18D

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

Shades of Sulu #CCE18D

Tints of Sulu #CCE18D

Color information

#CCE18D (or 0xCCE18D) is unknown color: approx Sulu. HEX triplet: CC, E1 and 8D. RGB value is (204,225,141). Sum of RGB (Red+Green+Blue) = 204+225+141=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE18D is #331E72. Grayscale: #D1D1D1. Windows color (decimal): -3350131 or 9298380. OLE color: 9298380.

HSL color Cylindrical-coordinate representation of color #CCE18D: hue angle of 75º degrees, saturation: 0.58, 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 #CCE18D is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB204225141-
CMYK0.0900.370.12
HSL75º58.33%71.76%-
HSV(B)75º37.33%88.24%-
XYZ56.6368.6135.46-
YUV209.1489.54124.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.79%
GREEN value IS 225 (88.28% from 255) = 39.47%
BLUE value IS 141 (55.47% from 255) = 24.74%
R=35.79%
G=39.47%
B=24.74%

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
Decimal2042251410.0900.370.127558.3371.76
HexCCE18D9025C4b3a48
Octal314341215110451411372110
Binary11001100111000011000110110010100101110010010111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE18D; }

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

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

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

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

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

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

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

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