Shades of Sulu #CBE184
Tints of Sulu #CBE184
RGB
CMYK
RGB Variations
Color information
#CBE184 (or 0xCBE184) is known color: Sulu. HEX triplet: CB, E1 and 84. RGB value is (203,225,132). Sum of RGB (Red+Green+Blue) = 203+225+132=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 132 (51.95% from 255 or 23.57% from 560); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE184 is #341E7B. Grayscale: #D0D0D0. Windows color (decimal): -3415676 or 8708555. OLE color: 8708555.
HSL color Cylindrical-coordinate representation of color #CBE184: hue angle of 74.19º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBE184 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 132 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.12 |
| HSL | 74.19º | 0.61% | 0.7% | - |
| HSV(B) | 74.19º | 0.41% | 0.88% | - |
| XYZ | 55.72 | 68.21 | 32.06 | - |
| YUV | 207.82 | 85.21 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 132 | 0.10 | 0 | 0.41 | 0.12 | 74.19 | 0.61 | 0.7 |
| Hex | CB | E1 | 84 | A | 0 | 29 | C | 4A | 3D | 46 |
| Octal | 313 | 341 | 204 | 12 | 0 | 51 | 14 | 112 | 75 | 106 |
| Binary | 11001011 | 11100001 | 10000100 | 1010 | 0 | 101001 | 1100 | 1001010 | 111101 | 1000110 |
Color Harmonies of #CBE184
Complementary color
Monochromatic Colors of #CBE184
Black with #CBE184
Text Example
Text Example
White with #CBE184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE184; }
p { color: rgb(203,225,132); }
H1.HeaderClassName
{
color: #CBE184;
}
.AnyTagClassName
{
color: #CBE184;
}
</style>
background-color css
<style>
a { background-color: #CBE184; }
a { background-color: rgb(203,225,132); }
div.DivClassName
{
background-color: #CBE184;
}
.BgClassName
{
background-color: #CBE184;
}
</style>
border-color css
<style>
span { border-color: #CBE184; }
span { border-color: rgb(203,225,132); }
td.TdClassName
{
border-color: #CBE184;
}
.TagClassName
{
border-color: #CBE184;
}
</style>