Shades of Sulu #CBE884
Tints of Sulu #CBE884
RGB
CMYK
RGB Variations
Color information
#CBE884 (or 0xCBE884) is known color: Sulu. HEX triplet: CB, E8 and 84. RGB value is (203,232,132). Sum of RGB (Red+Green+Blue) = 203+232+132=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 232 (91.02% from 255 or 40.92% from 567); Blue value is 132 (51.95% from 255 or 23.28% from 567); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE884 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE884 is #34177B. Grayscale: #D4D4D4. Windows color (decimal): -3413884 or 8710347. OLE color: 8710347.
HSL color Cylindrical-coordinate representation of color #CBE884: hue angle of 77.4º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBE884 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 232 | 132 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.09 |
| HSL | 77.4º | 0.68% | 0.71% | - |
| HSV(B) | 77.4º | 0.43% | 0.91% | - |
| XYZ | 57.65 | 72.08 | 32.7 | - |
| YUV | 211.93 | 82.89 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 232 | 132 | 0.12 | 0 | 0.43 | 0.09 | 77.4 | 0.68 | 0.71 |
| Hex | CB | E8 | 84 | C | 0 | 2B | 9 | 4D | 44 | 47 |
| Octal | 313 | 350 | 204 | 14 | 0 | 53 | 11 | 115 | 104 | 107 |
| Binary | 11001011 | 11101000 | 10000100 | 1100 | 0 | 101011 | 1001 | 1001101 | 1000100 | 1000111 |
Color Harmonies of #CBE884
Complementary color
Monochromatic Colors of #CBE884
Black with #CBE884
Text Example
Text Example
White with #CBE884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE884; }
p { color: rgb(203,232,132); }
H1.HeaderClassName
{
color: #CBE884;
}
.AnyTagClassName
{
color: #CBE884;
}
</style>
background-color css
<style>
a { background-color: #CBE884; }
a { background-color: rgb(203,232,132); }
div.DivClassName
{
background-color: #CBE884;
}
.BgClassName
{
background-color: #CBE884;
}
</style>
border-color css
<style>
span { border-color: #CBE884; }
span { border-color: rgb(203,232,132); }
td.TdClassName
{
border-color: #CBE884;
}
.TagClassName
{
border-color: #CBE884;
}
</style>