Shades of Sulu #CBE973
Tints of Sulu #CBE973
RGB
CMYK
RGB Variations
Color information
#CBE973 (or 0xCBE973) is known color: Sulu. HEX triplet: CB, E9 and 73. RGB value is (203,233,115). Sum of RGB (Red+Green+Blue) = 203+233+115=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 115 (45.31% from 255 or 20.87% from 551); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE973 is #34168C. Grayscale: #D3D3D3. Windows color (decimal): -3413645 or 7596491. OLE color: 7596491.
HSL color Cylindrical-coordinate representation of color #CBE973: hue angle of 75.25º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBE973 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 115 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.09 |
| HSL | 75.25º | 0.73% | 0.68% | - |
| HSV(B) | 75.25º | 0.51% | 0.91% | - |
| XYZ | 56.86 | 72.21 | 27.16 | - |
| YUV | 210.58 | 74.06 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 115 | 0.13 | 0 | 0.51 | 0.09 | 75.25 | 0.73 | 0.68 |
| Hex | CB | E9 | 73 | D | 0 | 33 | 9 | 4B | 49 | 44 |
| Octal | 313 | 351 | 163 | 15 | 0 | 63 | 11 | 113 | 111 | 104 |
| Binary | 11001011 | 11101001 | 1110011 | 1101 | 0 | 110011 | 1001 | 1001011 | 1001001 | 1000100 |
Color Harmonies of #CBE973
Complementary color
Monochromatic Colors of #CBE973
Black with #CBE973
Text Example
Text Example
White with #CBE973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE973; }
p { color: rgb(203,233,115); }
H1.HeaderClassName
{
color: #CBE973;
}
.AnyTagClassName
{
color: #CBE973;
}
</style>
background-color css
<style>
a { background-color: #CBE973; }
a { background-color: rgb(203,233,115); }
div.DivClassName
{
background-color: #CBE973;
}
.BgClassName
{
background-color: #CBE973;
}
</style>
border-color css
<style>
span { border-color: #CBE973; }
span { border-color: rgb(203,233,115); }
td.TdClassName
{
border-color: #CBE973;
}
.TagClassName
{
border-color: #CBE973;
}
</style>