Shades of Sulu #CBE97A
Tints of Sulu #CBE97A
RGB
CMYK
RGB Variations
Color information
#CBE97A (or 0xCBE97A) is known color: Sulu. HEX triplet: CB, E9 and 7A. RGB value is (203,233,122). Sum of RGB (Red+Green+Blue) = 203+233+122=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 233 (91.41% from 255 or 41.76% from 558); Blue value is 122 (48.05% from 255 or 21.86% from 558); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE97A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE97A is #341685. Grayscale: #D3D3D3. Windows color (decimal): -3413638 or 8055243. OLE color: 8055243.
HSL color Cylindrical-coordinate representation of color #CBE97A: hue angle of 76.22º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBE97A is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 122 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.09 |
| HSL | 76.22º | 0.72% | 0.7% | - |
| HSV(B) | 76.22º | 0.48% | 0.91% | - |
| XYZ | 57.28 | 72.38 | 29.36 | - |
| YUV | 211.38 | 77.56 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 122 | 0.13 | 0 | 0.48 | 0.09 | 76.22 | 0.72 | 0.7 |
| Hex | CB | E9 | 7A | D | 0 | 30 | 9 | 4C | 48 | 46 |
| Octal | 313 | 351 | 172 | 15 | 0 | 60 | 11 | 114 | 110 | 106 |
| Binary | 11001011 | 11101001 | 1111010 | 1101 | 0 | 110000 | 1001 | 1001100 | 1001000 | 1000110 |
Color Harmonies of #CBE97A
Complementary color
Monochromatic Colors of #CBE97A
Black with #CBE97A
Text Example
Text Example
White with #CBE97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE97A; }
p { color: rgb(203,233,122); }
H1.HeaderClassName
{
color: #CBE97A;
}
.AnyTagClassName
{
color: #CBE97A;
}
</style>
background-color css
<style>
a { background-color: #CBE97A; }
a { background-color: rgb(203,233,122); }
div.DivClassName
{
background-color: #CBE97A;
}
.BgClassName
{
background-color: #CBE97A;
}
</style>
border-color css
<style>
span { border-color: #CBE97A; }
span { border-color: rgb(203,233,122); }
td.TdClassName
{
border-color: #CBE97A;
}
.TagClassName
{
border-color: #CBE97A;
}
</style>