Shades of Sulu #CBEE73
Tints of Sulu #CBEE73
RGB
CMYK
RGB Variations
Color information
#CBEE73 (or 0xCBEE73) is known color: Sulu. HEX triplet: CB, EE and 73. RGB value is (203,238,115). Sum of RGB (Red+Green+Blue) = 203+238+115=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 238 (93.36% from 255 or 42.81% from 556); Blue value is 115 (45.31% from 255 or 20.68% from 556); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEE73 is #34118C. Grayscale: #D5D5D5. Windows color (decimal): -3412365 or 7597771. OLE color: 7597771.
HSL color Cylindrical-coordinate representation of color #CBEE73: hue angle of 77.07º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBEE73 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 115 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.07 |
| HSL | 77.07º | 0.78% | 0.69% | - |
| HSV(B) | 77.07º | 0.52% | 0.93% | - |
| XYZ | 58.3 | 75.08 | 27.64 | - |
| YUV | 213.51 | 72.4 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 115 | 0.15 | 0 | 0.52 | 0.07 | 77.07 | 0.78 | 0.69 |
| Hex | CB | EE | 73 | F | 0 | 34 | 7 | 4D | 4E | 45 |
| Octal | 313 | 356 | 163 | 17 | 0 | 64 | 7 | 115 | 116 | 105 |
| Binary | 11001011 | 11101110 | 1110011 | 1111 | 0 | 110100 | 111 | 1001101 | 1001110 | 1000101 |
Color Harmonies of #CBEE73
Complementary color
Monochromatic Colors of #CBEE73
Black with #CBEE73
Text Example
Text Example
White with #CBEE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEE73; }
p { color: rgb(203,238,115); }
H1.HeaderClassName
{
color: #CBEE73;
}
.AnyTagClassName
{
color: #CBEE73;
}
</style>
background-color css
<style>
a { background-color: #CBEE73; }
a { background-color: rgb(203,238,115); }
div.DivClassName
{
background-color: #CBEE73;
}
.BgClassName
{
background-color: #CBEE73;
}
</style>
border-color css
<style>
span { border-color: #CBEE73; }
span { border-color: rgb(203,238,115); }
td.TdClassName
{
border-color: #CBEE73;
}
.TagClassName
{
border-color: #CBEE73;
}
</style>