Shades of Sulu #CBE573
Tints of Sulu #CBE573
RGB
CMYK
RGB Variations
Color information
#CBE573 (or 0xCBE573) is known color: Sulu. HEX triplet: CB, E5 and 73. RGB value is (203,229,115). Sum of RGB (Red+Green+Blue) = 203+229+115=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 115 (45.31% from 255 or 21.02% from 547); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE573 is #341A8C. Grayscale: #D0D0D0. Windows color (decimal): -3414669 or 7595467. OLE color: 7595467.
HSL color Cylindrical-coordinate representation of color #CBE573: hue angle of 73.68º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBE573 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 115 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.10 |
| HSL | 73.68º | 0.69% | 0.67% | - |
| HSV(B) | 73.68º | 0.5% | 0.9% | - |
| XYZ | 55.74 | 69.97 | 26.79 | - |
| YUV | 208.23 | 75.39 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 115 | 0.11 | 0 | 0.50 | 0.10 | 73.68 | 0.69 | 0.67 |
| Hex | CB | E5 | 73 | B | 0 | 32 | A | 4A | 45 | 43 |
| Octal | 313 | 345 | 163 | 13 | 0 | 62 | 12 | 112 | 105 | 103 |
| Binary | 11001011 | 11100101 | 1110011 | 1011 | 0 | 110010 | 1010 | 1001010 | 1000101 | 1000011 |
Color Harmonies of #CBE573
Complementary color
Monochromatic Colors of #CBE573
Black with #CBE573
Text Example
Text Example
White with #CBE573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE573; }
p { color: rgb(203,229,115); }
H1.HeaderClassName
{
color: #CBE573;
}
.AnyTagClassName
{
color: #CBE573;
}
</style>
background-color css
<style>
a { background-color: #CBE573; }
a { background-color: rgb(203,229,115); }
div.DivClassName
{
background-color: #CBE573;
}
.BgClassName
{
background-color: #CBE573;
}
</style>
border-color css
<style>
span { border-color: #CBE573; }
span { border-color: rgb(203,229,115); }
td.TdClassName
{
border-color: #CBE573;
}
.TagClassName
{
border-color: #CBE573;
}
</style>