Shades of Reef #CBE49F
Tints of Reef #CBE49F
RGB
CMYK
RGB Variations
Color information
#CBE49F (or 0xCBE49F) is known color: Reef. HEX triplet: CB, E4 and 9F. RGB value is (203,228,159). Sum of RGB (Red+Green+Blue) = 203+228+159=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 228 (89.45% from 255 or 38.64% from 590); Blue value is 159 (62.5% from 255 or 26.95% from 590); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE49F is #341B60. Grayscale: #D4D4D4. Windows color (decimal): -3414881 or 10478795. OLE color: 10478795.
HSL color Cylindrical-coordinate representation of color #CBE49F: hue angle of 81.74º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBE49F is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 159 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.11 |
| HSL | 81.74º | 0.56% | 0.76% | - |
| HSV(B) | 81.74º | 0.3% | 0.89% | - |
| XYZ | 58.63 | 70.69 | 43.35 | - |
| YUV | 212.66 | 97.72 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 159 | 0.11 | 0 | 0.30 | 0.11 | 81.74 | 0.56 | 0.76 |
| Hex | CB | E4 | 9F | B | 0 | 1E | B | 52 | 38 | 4C |
| Octal | 313 | 344 | 237 | 13 | 0 | 36 | 13 | 122 | 70 | 114 |
| Binary | 11001011 | 11100100 | 10011111 | 1011 | 0 | 11110 | 1011 | 1010010 | 111000 | 1001100 |
Color Harmonies of #CBE49F
Complementary color
Monochromatic Colors of #CBE49F
Black with #CBE49F
Text Example
Text Example
White with #CBE49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE49F; }
p { color: rgb(203,228,159); }
H1.HeaderClassName
{
color: #CBE49F;
}
.AnyTagClassName
{
color: #CBE49F;
}
</style>
background-color css
<style>
a { background-color: #CBE49F; }
a { background-color: rgb(203,228,159); }
div.DivClassName
{
background-color: #CBE49F;
}
.BgClassName
{
background-color: #CBE49F;
}
</style>
border-color css
<style>
span { border-color: #CBE49F; }
span { border-color: rgb(203,228,159); }
td.TdClassName
{
border-color: #CBE49F;
}
.TagClassName
{
border-color: #CBE49F;
}
</style>