Shades of Sulu #CBE871
Tints of Sulu #CBE871
RGB
CMYK
RGB Variations
Color information
#CBE871 (or 0xCBE871) is known color: Sulu. HEX triplet: CB, E8 and 71. RGB value is (203,232,113). Sum of RGB (Red+Green+Blue) = 203+232+113=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 232 (91.02% from 255 or 42.34% from 548); Blue value is 113 (44.53% from 255 or 20.62% from 548); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE871 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE871 is #34178E. Grayscale: #D2D2D2. Windows color (decimal): -3413903 or 7465163. OLE color: 7465163.
HSL color Cylindrical-coordinate representation of color #CBE871: hue angle of 74.62º 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 #CBE871 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 232 | 113 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.09 |
| HSL | 74.62º | 0.72% | 0.68% | - |
| HSV(B) | 74.62º | 0.51% | 0.91% | - |
| XYZ | 56.47 | 71.6 | 26.47 | - |
| YUV | 209.76 | 73.39 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 232 | 113 | 0.12 | 0 | 0.51 | 0.09 | 74.62 | 0.72 | 0.68 |
| Hex | CB | E8 | 71 | C | 0 | 33 | 9 | 4B | 48 | 44 |
| Octal | 313 | 350 | 161 | 14 | 0 | 63 | 11 | 113 | 110 | 104 |
| Binary | 11001011 | 11101000 | 1110001 | 1100 | 0 | 110011 | 1001 | 1001011 | 1001000 | 1000100 |
Color Harmonies of #CBE871
Complementary color
Monochromatic Colors of #CBE871
Black with #CBE871
Text Example
Text Example
White with #CBE871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE871; }
p { color: rgb(203,232,113); }
H1.HeaderClassName
{
color: #CBE871;
}
.AnyTagClassName
{
color: #CBE871;
}
</style>
background-color css
<style>
a { background-color: #CBE871; }
a { background-color: rgb(203,232,113); }
div.DivClassName
{
background-color: #CBE871;
}
.BgClassName
{
background-color: #CBE871;
}
</style>
border-color css
<style>
span { border-color: #CBE871; }
span { border-color: rgb(203,232,113); }
td.TdClassName
{
border-color: #CBE871;
}
.TagClassName
{
border-color: #CBE871;
}
</style>