Shades of Sulu #CBE981
Tints of Sulu #CBE981
RGB
CMYK
RGB Variations
Color information
#CBE981 (or 0xCBE981) is known color: Sulu. HEX triplet: CB, E9 and 81. RGB value is (203,233,129). Sum of RGB (Red+Green+Blue) = 203+233+129=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 129 (50.78% from 255 or 22.83% from 565); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE981 is #34167E. Grayscale: #D4D4D4. Windows color (decimal): -3413631 or 8513995. OLE color: 8513995.
HSL color Cylindrical-coordinate representation of color #CBE981: hue angle of 77.31º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBE981 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 129 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.09 |
| HSL | 77.31º | 0.7% | 0.71% | - |
| HSV(B) | 77.31º | 0.45% | 0.91% | - |
| XYZ | 57.73 | 72.56 | 31.73 | - |
| YUV | 212.17 | 81.06 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 129 | 0.13 | 0 | 0.45 | 0.09 | 77.31 | 0.7 | 0.71 |
| Hex | CB | E9 | 81 | D | 0 | 2D | 9 | 4D | 46 | 47 |
| Octal | 313 | 351 | 201 | 15 | 0 | 55 | 11 | 115 | 106 | 107 |
| Binary | 11001011 | 11101001 | 10000001 | 1101 | 0 | 101101 | 1001 | 1001101 | 1000110 | 1000111 |
Color Harmonies of #CBE981
Complementary color
Monochromatic Colors of #CBE981
Black with #CBE981
Text Example
Text Example
White with #CBE981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE981; }
p { color: rgb(203,233,129); }
H1.HeaderClassName
{
color: #CBE981;
}
.AnyTagClassName
{
color: #CBE981;
}
</style>
background-color css
<style>
a { background-color: #CBE981; }
a { background-color: rgb(203,233,129); }
div.DivClassName
{
background-color: #CBE981;
}
.BgClassName
{
background-color: #CBE981;
}
</style>
border-color css
<style>
span { border-color: #CBE981; }
span { border-color: rgb(203,233,129); }
td.TdClassName
{
border-color: #CBE981;
}
.TagClassName
{
border-color: #CBE981;
}
</style>