Shades of Sulu #CBE980
Tints of Sulu #CBE980
RGB
CMYK
RGB Variations
Color information
#CBE980 (or 0xCBE980) is known color: Sulu. HEX triplet: CB, E9 and 80. RGB value is (203,233,128). Sum of RGB (Red+Green+Blue) = 203+233+128=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE980 is #34167F. Grayscale: #D4D4D4. Windows color (decimal): -3413632 or 8448459. OLE color: 8448459.
HSL color Cylindrical-coordinate representation of color #CBE980: hue angle of 77.14º 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 #CBE980 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 128 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.09 |
| HSL | 77.14º | 0.7% | 0.71% | - |
| HSV(B) | 77.14º | 0.45% | 0.91% | - |
| XYZ | 57.66 | 72.53 | 31.38 | - |
| YUV | 212.06 | 80.56 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 128 | 0.13 | 0 | 0.45 | 0.09 | 77.14 | 0.7 | 0.71 |
| Hex | CB | E9 | 80 | D | 0 | 2D | 9 | 4D | 46 | 47 |
| Octal | 313 | 351 | 200 | 15 | 0 | 55 | 11 | 115 | 106 | 107 |
| Binary | 11001011 | 11101001 | 10000000 | 1101 | 0 | 101101 | 1001 | 1001101 | 1000110 | 1000111 |
Color Harmonies of #CBE980
Complementary color
Monochromatic Colors of #CBE980
Black with #CBE980
Text Example
Text Example
White with #CBE980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE980; }
p { color: rgb(203,233,128); }
H1.HeaderClassName
{
color: #CBE980;
}
.AnyTagClassName
{
color: #CBE980;
}
</style>
background-color css
<style>
a { background-color: #CBE980; }
a { background-color: rgb(203,233,128); }
div.DivClassName
{
background-color: #CBE980;
}
.BgClassName
{
background-color: #CBE980;
}
</style>
border-color css
<style>
span { border-color: #CBE980; }
span { border-color: rgb(203,233,128); }
td.TdClassName
{
border-color: #CBE980;
}
.TagClassName
{
border-color: #CBE980;
}
</style>