Shades of Sulu #CCE990
Tints of Sulu #CCE990
RGB
CMYK
RGB Variations
Color information
#CCE990 (or 0xCCE990) is known color: Sulu. HEX triplet: CC, E9 and 90. RGB value is (204,233,144). Sum of RGB (Red+Green+Blue) = 204+233+144=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 233 (91.41% from 255 or 40.10% from 581); Blue value is 144 (56.64% from 255 or 24.78% from 581); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE990 is #33166F. Grayscale: #D6D6D6. Windows color (decimal): -3348080 or 9497036. OLE color: 9497036.
HSL color Cylindrical-coordinate representation of color #CCE990: hue angle of 79.55º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCE990 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 144 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.09 |
| HSL | 79.55º | 0.67% | 0.74% | - |
| HSV(B) | 79.55º | 0.38% | 0.91% | - |
| XYZ | 59.07 | 73.13 | 37.39 | - |
| YUV | 214.18 | 88.39 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 144 | 0.12 | 0 | 0.38 | 0.09 | 79.55 | 0.67 | 0.74 |
| Hex | CC | E9 | 90 | C | 0 | 26 | 9 | 50 | 43 | 4A |
| Octal | 314 | 351 | 220 | 14 | 0 | 46 | 11 | 120 | 103 | 112 |
| Binary | 11001100 | 11101001 | 10010000 | 1100 | 0 | 100110 | 1001 | 1010000 | 1000011 | 1001010 |
Color Harmonies of #CCE990
Complementary color
Monochromatic Colors of #CCE990
Black with #CCE990
Text Example
Text Example
White with #CCE990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE990; }
p { color: rgb(204,233,144); }
H1.HeaderClassName
{
color: #CCE990;
}
.AnyTagClassName
{
color: #CCE990;
}
</style>
background-color css
<style>
a { background-color: #CCE990; }
a { background-color: rgb(204,233,144); }
div.DivClassName
{
background-color: #CCE990;
}
.BgClassName
{
background-color: #CCE990;
}
</style>
border-color css
<style>
span { border-color: #CCE990; }
span { border-color: rgb(204,233,144); }
td.TdClassName
{
border-color: #CCE990;
}
.TagClassName
{
border-color: #CCE990;
}
</style>