Shades of Sulu #CBEF73
Tints of Sulu #CBEF73
RGB
CMYK
RGB Variations
Color information
#CBEF73 (or 0xCBEF73) is known color: Sulu. HEX triplet: CB, EF and 73. RGB value is (203,239,115). Sum of RGB (Red+Green+Blue) = 203+239+115=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 115 (45.31% from 255 or 20.65% from 557); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEF73 is #34108C. Grayscale: #D6D6D6. Windows color (decimal): -3412109 or 7598027. OLE color: 7598027.
HSL color Cylindrical-coordinate representation of color #CBEF73: hue angle of 77.42º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBEF73 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 115 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.06 |
| HSL | 77.42º | 0.79% | 0.69% | - |
| HSV(B) | 77.42º | 0.52% | 0.94% | - |
| XYZ | 58.59 | 75.67 | 27.74 | - |
| YUV | 214.1 | 72.07 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 115 | 0.15 | 0 | 0.52 | 0.06 | 77.42 | 0.79 | 0.69 |
| Hex | CB | EF | 73 | F | 0 | 34 | 6 | 4D | 4F | 45 |
| Octal | 313 | 357 | 163 | 17 | 0 | 64 | 6 | 115 | 117 | 105 |
| Binary | 11001011 | 11101111 | 1110011 | 1111 | 0 | 110100 | 110 | 1001101 | 1001111 | 1000101 |
Color Harmonies of #CBEF73
Complementary color
Monochromatic Colors of #CBEF73
Black with #CBEF73
Text Example
Text Example
White with #CBEF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEF73; }
p { color: rgb(203,239,115); }
H1.HeaderClassName
{
color: #CBEF73;
}
.AnyTagClassName
{
color: #CBEF73;
}
</style>
background-color css
<style>
a { background-color: #CBEF73; }
a { background-color: rgb(203,239,115); }
div.DivClassName
{
background-color: #CBEF73;
}
.BgClassName
{
background-color: #CBEF73;
}
</style>
border-color css
<style>
span { border-color: #CBEF73; }
span { border-color: rgb(203,239,115); }
td.TdClassName
{
border-color: #CBEF73;
}
.TagClassName
{
border-color: #CBEF73;
}
</style>