Shades of Sulu #CCE18A
Tints of Sulu #CCE18A
RGB
CMYK
RGB Variations
Color information
#CCE18A (or 0xCCE18A) is known color: Sulu. HEX triplet: CC, E1 and 8A. RGB value is (204,225,138). Sum of RGB (Red+Green+Blue) = 204+225+138=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE18A is #331E75. Grayscale: #D1D1D1. Windows color (decimal): -3350134 or 9101772. OLE color: 9101772.
HSL color Cylindrical-coordinate representation of color #CCE18A: hue angle of 74.48º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCE18A is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 138 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.12 |
| HSL | 74.48º | 0.59% | 0.71% | - |
| HSV(B) | 74.48º | 0.39% | 0.88% | - |
| XYZ | 56.41 | 68.52 | 34.3 | - |
| YUV | 208.8 | 88.04 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 138 | 0.09 | 0 | 0.39 | 0.12 | 74.48 | 0.59 | 0.71 |
| Hex | CC | E1 | 8A | 9 | 0 | 27 | C | 4A | 3B | 47 |
| Octal | 314 | 341 | 212 | 11 | 0 | 47 | 14 | 112 | 73 | 107 |
| Binary | 11001100 | 11100001 | 10001010 | 1001 | 0 | 100111 | 1100 | 1001010 | 111011 | 1000111 |
Color Harmonies of #CCE18A
Complementary color
Monochromatic Colors of #CCE18A
Black with #CCE18A
Text Example
Text Example
White with #CCE18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE18A; }
p { color: rgb(204,225,138); }
H1.HeaderClassName
{
color: #CCE18A;
}
.AnyTagClassName
{
color: #CCE18A;
}
</style>
background-color css
<style>
a { background-color: #CCE18A; }
a { background-color: rgb(204,225,138); }
div.DivClassName
{
background-color: #CCE18A;
}
.BgClassName
{
background-color: #CCE18A;
}
</style>
border-color css
<style>
span { border-color: #CCE18A; }
span { border-color: rgb(204,225,138); }
td.TdClassName
{
border-color: #CCE18A;
}
.TagClassName
{
border-color: #CCE18A;
}
</style>