Shades of Reef #CBE59C
Tints of Reef #CBE59C
RGB
CMYK
RGB Variations
Color information
#CBE59C (or 0xCBE59C) is known color: Reef. HEX triplet: CB, E5 and 9C. RGB value is (203,229,156). Sum of RGB (Red+Green+Blue) = 203+229+156=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 229 (89.84% from 255 or 38.95% from 588); Blue value is 156 (61.33% from 255 or 26.53% from 588); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE59C is #341A63. Grayscale: #D5D5D5. Windows color (decimal): -3414628 or 10282443. OLE color: 10282443.
HSL color Cylindrical-coordinate representation of color #CBE59C: hue angle of 81.37º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBE59C is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 156 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.10 |
| HSL | 81.37º | 0.58% | 0.75% | - |
| HSV(B) | 81.37º | 0.32% | 0.9% | - |
| XYZ | 58.65 | 71.14 | 42.09 | - |
| YUV | 212.9 | 95.89 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 156 | 0.11 | 0 | 0.32 | 0.10 | 81.37 | 0.58 | 0.75 |
| Hex | CB | E5 | 9C | B | 0 | 20 | A | 51 | 3A | 4B |
| Octal | 313 | 345 | 234 | 13 | 0 | 40 | 12 | 121 | 72 | 113 |
| Binary | 11001011 | 11100101 | 10011100 | 1011 | 0 | 100000 | 1010 | 1010001 | 111010 | 1001011 |
Color Harmonies of #CBE59C
Complementary color
Monochromatic Colors of #CBE59C
Black with #CBE59C
Text Example
Text Example
White with #CBE59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE59C; }
p { color: rgb(203,229,156); }
H1.HeaderClassName
{
color: #CBE59C;
}
.AnyTagClassName
{
color: #CBE59C;
}
</style>
background-color css
<style>
a { background-color: #CBE59C; }
a { background-color: rgb(203,229,156); }
div.DivClassName
{
background-color: #CBE59C;
}
.BgClassName
{
background-color: #CBE59C;
}
</style>
border-color css
<style>
span { border-color: #CBE59C; }
span { border-color: rgb(203,229,156); }
td.TdClassName
{
border-color: #CBE59C;
}
.TagClassName
{
border-color: #CBE59C;
}
</style>