Shades of Sulu #CBEC73
Tints of Sulu #CBEC73
RGB
CMYK
RGB Variations
Color information
#CBEC73 (or 0xCBEC73) is known color: Sulu. HEX triplet: CB, EC and 73. RGB value is (203,236,115). Sum of RGB (Red+Green+Blue) = 203+236+115=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEC73 is #34138C. Grayscale: #D4D4D4. Windows color (decimal): -3412877 or 7597259. OLE color: 7597259.
HSL color Cylindrical-coordinate representation of color #CBEC73: hue angle of 76.36º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBEC73 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 115 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.07 |
| HSL | 76.36º | 0.76% | 0.69% | - |
| HSV(B) | 76.36º | 0.51% | 0.93% | - |
| XYZ | 57.72 | 73.93 | 27.45 | - |
| YUV | 212.34 | 73.07 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 115 | 0.14 | 0 | 0.51 | 0.07 | 76.36 | 0.76 | 0.69 |
| Hex | CB | EC | 73 | E | 0 | 33 | 7 | 4C | 4C | 45 |
| Octal | 313 | 354 | 163 | 16 | 0 | 63 | 7 | 114 | 114 | 105 |
| Binary | 11001011 | 11101100 | 1110011 | 1110 | 0 | 110011 | 111 | 1001100 | 1001100 | 1000101 |
Color Harmonies of #CBEC73
Complementary color
Monochromatic Colors of #CBEC73
Black with #CBEC73
Text Example
Text Example
White with #CBEC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC73; }
p { color: rgb(203,236,115); }
H1.HeaderClassName
{
color: #CBEC73;
}
.AnyTagClassName
{
color: #CBEC73;
}
</style>
background-color css
<style>
a { background-color: #CBEC73; }
a { background-color: rgb(203,236,115); }
div.DivClassName
{
background-color: #CBEC73;
}
.BgClassName
{
background-color: #CBEC73;
}
</style>
border-color css
<style>
span { border-color: #CBEC73; }
span { border-color: rgb(203,236,115); }
td.TdClassName
{
border-color: #CBEC73;
}
.TagClassName
{
border-color: #CBEC73;
}
</style>