Shades of Sulu #CBE872
Tints of Sulu #CBE872
RGB
CMYK
RGB Variations
Color information
#CBE872 (or 0xCBE872) is known color: Sulu. HEX triplet: CB, E8 and 72. RGB value is (203,232,114). Sum of RGB (Red+Green+Blue) = 203+232+114=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 232 (91.02% from 255 or 42.26% from 549); Blue value is 114 (44.92% from 255 or 20.77% from 549); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE872 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE872 is #34178D. Grayscale: #D2D2D2. Windows color (decimal): -3413902 or 7530699. OLE color: 7530699.
HSL color Cylindrical-coordinate representation of color #CBE872: hue angle of 74.75º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBE872 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 232 | 114 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.09 |
| HSL | 74.75º | 0.72% | 0.68% | - |
| HSV(B) | 74.75º | 0.51% | 0.91% | - |
| XYZ | 56.52 | 71.62 | 26.77 | - |
| YUV | 209.88 | 73.89 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 232 | 114 | 0.12 | 0 | 0.51 | 0.09 | 74.75 | 0.72 | 0.68 |
| Hex | CB | E8 | 72 | C | 0 | 33 | 9 | 4B | 48 | 44 |
| Octal | 313 | 350 | 162 | 14 | 0 | 63 | 11 | 113 | 110 | 104 |
| Binary | 11001011 | 11101000 | 1110010 | 1100 | 0 | 110011 | 1001 | 1001011 | 1001000 | 1000100 |
Color Harmonies of #CBE872
Complementary color
Monochromatic Colors of #CBE872
Black with #CBE872
Text Example
Text Example
White with #CBE872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE872; }
p { color: rgb(203,232,114); }
H1.HeaderClassName
{
color: #CBE872;
}
.AnyTagClassName
{
color: #CBE872;
}
</style>
background-color css
<style>
a { background-color: #CBE872; }
a { background-color: rgb(203,232,114); }
div.DivClassName
{
background-color: #CBE872;
}
.BgClassName
{
background-color: #CBE872;
}
</style>
border-color css
<style>
span { border-color: #CBE872; }
span { border-color: rgb(203,232,114); }
td.TdClassName
{
border-color: #CBE872;
}
.TagClassName
{
border-color: #CBE872;
}
</style>