Shades of Reef #CBEC99
Tints of Reef #CBEC99
RGB
CMYK
RGB Variations
Color information
#CBEC99 (or 0xCBEC99) is known color: Reef. HEX triplet: CB, EC and 99. RGB value is (203,236,153). Sum of RGB (Red+Green+Blue) = 203+236+153=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 153 (60.16% from 255 or 25.84% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEC99 is #341366. Grayscale: #D8D8D8. Windows color (decimal): -3412839 or 10087627. OLE color: 10087627.
HSL color Cylindrical-coordinate representation of color #CBEC99: hue angle of 83.86º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBEC99 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 153 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.07 |
| HSL | 83.86º | 0.69% | 0.76% | - |
| HSV(B) | 83.86º | 0.35% | 0.93% | - |
| XYZ | 60.37 | 74.99 | 41.43 | - |
| YUV | 216.67 | 92.07 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 153 | 0.14 | 0 | 0.35 | 0.07 | 83.86 | 0.69 | 0.76 |
| Hex | CB | EC | 99 | E | 0 | 23 | 7 | 54 | 45 | 4C |
| Octal | 313 | 354 | 231 | 16 | 0 | 43 | 7 | 124 | 105 | 114 |
| Binary | 11001011 | 11101100 | 10011001 | 1110 | 0 | 100011 | 111 | 1010100 | 1000101 | 1001100 |
Color Harmonies of #CBEC99
Complementary color
Monochromatic Colors of #CBEC99
Black with #CBEC99
Text Example
Text Example
White with #CBEC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC99; }
p { color: rgb(203,236,153); }
H1.HeaderClassName
{
color: #CBEC99;
}
.AnyTagClassName
{
color: #CBEC99;
}
</style>
background-color css
<style>
a { background-color: #CBEC99; }
a { background-color: rgb(203,236,153); }
div.DivClassName
{
background-color: #CBEC99;
}
.BgClassName
{
background-color: #CBEC99;
}
</style>
border-color css
<style>
span { border-color: #CBEC99; }
span { border-color: rgb(203,236,153); }
td.TdClassName
{
border-color: #CBEC99;
}
.TagClassName
{
border-color: #CBEC99;
}
</style>