Shades of Sulu #CBE983
Tints of Sulu #CBE983
RGB
CMYK
RGB Variations
Color information
#CBE983 (or 0xCBE983) is known color: Sulu. HEX triplet: CB, E9 and 83. RGB value is (203,233,131). Sum of RGB (Red+Green+Blue) = 203+233+131=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 131 (51.56% from 255 or 23.10% from 567); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE983 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE983 is #34167C. Grayscale: #D4D4D4. Windows color (decimal): -3413629 or 8645067. OLE color: 8645067.
HSL color Cylindrical-coordinate representation of color #CBE983: hue angle of 77.65º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBE983 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 131 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.09 |
| HSL | 77.65º | 0.7% | 0.71% | - |
| HSV(B) | 77.65º | 0.44% | 0.91% | - |
| XYZ | 57.86 | 72.61 | 32.44 | - |
| YUV | 212.4 | 82.06 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 131 | 0.13 | 0 | 0.44 | 0.09 | 77.65 | 0.7 | 0.71 |
| Hex | CB | E9 | 83 | D | 0 | 2C | 9 | 4E | 46 | 47 |
| Octal | 313 | 351 | 203 | 15 | 0 | 54 | 11 | 116 | 106 | 107 |
| Binary | 11001011 | 11101001 | 10000011 | 1101 | 0 | 101100 | 1001 | 1001110 | 1000110 | 1000111 |
Color Harmonies of #CBE983
Complementary color
Monochromatic Colors of #CBE983
Black with #CBE983
Text Example
Text Example
White with #CBE983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE983; }
p { color: rgb(203,233,131); }
H1.HeaderClassName
{
color: #CBE983;
}
.AnyTagClassName
{
color: #CBE983;
}
</style>
background-color css
<style>
a { background-color: #CBE983; }
a { background-color: rgb(203,233,131); }
div.DivClassName
{
background-color: #CBE983;
}
.BgClassName
{
background-color: #CBE983;
}
</style>
border-color css
<style>
span { border-color: #CBE983; }
span { border-color: rgb(203,233,131); }
td.TdClassName
{
border-color: #CBE983;
}
.TagClassName
{
border-color: #CBE983;
}
</style>