Shades of Sulu #CCE090
Tints of Sulu #CCE090
RGB
CMYK
RGB Variations
Color information
#CCE090 (or 0xCCE090) is known color: Sulu. HEX triplet: CC, E0 and 90. RGB value is (204,224,144). Sum of RGB (Red+Green+Blue) = 204+224+144=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 144 (56.64% from 255 or 25.17% from 572); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE090 is #331F6F. Grayscale: #D1D1D1. Windows color (decimal): -3350384 or 9494732. OLE color: 9494732.
HSL color Cylindrical-coordinate representation of color #CCE090: hue angle of 75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCE090 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 144 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.12 |
| HSL | 75º | 0.56% | 0.72% | - |
| HSV(B) | 75º | 0.36% | 0.88% | - |
| XYZ | 56.59 | 68.16 | 36.56 | - |
| YUV | 208.9 | 91.37 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 144 | 0.09 | 0 | 0.36 | 0.12 | 75 | 0.56 | 0.72 |
| Hex | CC | E0 | 90 | 9 | 0 | 24 | C | 4B | 38 | 48 |
| Octal | 314 | 340 | 220 | 11 | 0 | 44 | 14 | 113 | 70 | 110 |
| Binary | 11001100 | 11100000 | 10010000 | 1001 | 0 | 100100 | 1100 | 1001011 | 111000 | 1001000 |
Color Harmonies of #CCE090
Complementary color
Monochromatic Colors of #CCE090
Black with #CCE090
Text Example
Text Example
White with #CCE090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE090; }
p { color: rgb(204,224,144); }
H1.HeaderClassName
{
color: #CCE090;
}
.AnyTagClassName
{
color: #CCE090;
}
</style>
background-color css
<style>
a { background-color: #CCE090; }
a { background-color: rgb(204,224,144); }
div.DivClassName
{
background-color: #CCE090;
}
.BgClassName
{
background-color: #CCE090;
}
</style>
border-color css
<style>
span { border-color: #CCE090; }
span { border-color: rgb(204,224,144); }
td.TdClassName
{
border-color: #CCE090;
}
.TagClassName
{
border-color: #CCE090;
}
</style>