Shades of Reef #CBE59A
Tints of Reef #CBE59A
RGB
CMYK
RGB Variations
Color information
#CBE59A (or 0xCBE59A) is known color: Reef. HEX triplet: CB, E5 and 9A. RGB value is (203,229,154). Sum of RGB (Red+Green+Blue) = 203+229+154=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 229 (89.84% from 255 or 39.08% from 586); Blue value is 154 (60.55% from 255 or 26.28% from 586); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE59A is #341A65. Grayscale: #D4D4D4. Windows color (decimal): -3414630 or 10151371. OLE color: 10151371.
HSL color Cylindrical-coordinate representation of color #CBE59A: hue angle of 80.8º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBE59A is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 154 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.10 |
| HSL | 80.8º | 0.59% | 0.75% | - |
| HSV(B) | 80.8º | 0.33% | 0.9% | - |
| XYZ | 58.48 | 71.07 | 41.21 | - |
| YUV | 212.68 | 94.89 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 154 | 0.11 | 0 | 0.33 | 0.10 | 80.8 | 0.59 | 0.75 |
| Hex | CB | E5 | 9A | B | 0 | 21 | A | 51 | 3B | 4B |
| Octal | 313 | 345 | 232 | 13 | 0 | 41 | 12 | 121 | 73 | 113 |
| Binary | 11001011 | 11100101 | 10011010 | 1011 | 0 | 100001 | 1010 | 1010001 | 111011 | 1001011 |
Color Harmonies of #CBE59A
Complementary color
Monochromatic Colors of #CBE59A
Black with #CBE59A
Text Example
Text Example
White with #CBE59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE59A; }
p { color: rgb(203,229,154); }
H1.HeaderClassName
{
color: #CBE59A;
}
.AnyTagClassName
{
color: #CBE59A;
}
</style>
background-color css
<style>
a { background-color: #CBE59A; }
a { background-color: rgb(203,229,154); }
div.DivClassName
{
background-color: #CBE59A;
}
.BgClassName
{
background-color: #CBE59A;
}
</style>
border-color css
<style>
span { border-color: #CBE59A; }
span { border-color: rgb(203,229,154); }
td.TdClassName
{
border-color: #CBE59A;
}
.TagClassName
{
border-color: #CBE59A;
}
</style>