Shades of Reef #CBE097
Tints of Reef #CBE097
RGB
CMYK
RGB Variations
Color information
#CBE097 (or 0xCBE097) is known color: Reef. HEX triplet: CB, E0 and 97. RGB value is (203,224,151). Sum of RGB (Red+Green+Blue) = 203+224+151=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 151 (59.38% from 255 or 26.12% from 578); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE097 is #341F68. Grayscale: #D1D1D1. Windows color (decimal): -3415913 or 9953483. OLE color: 9953483.
HSL color Cylindrical-coordinate representation of color #CBE097: hue angle of 77.26º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBE097 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 151 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.12 |
| HSL | 77.26º | 0.54% | 0.74% | - |
| HSV(B) | 77.26º | 0.33% | 0.88% | - |
| XYZ | 56.87 | 68.24 | 39.45 | - |
| YUV | 209.4 | 95.04 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 151 | 0.09 | 0 | 0.33 | 0.12 | 77.26 | 0.54 | 0.74 |
| Hex | CB | E0 | 97 | 9 | 0 | 21 | C | 4D | 36 | 4A |
| Octal | 313 | 340 | 227 | 11 | 0 | 41 | 14 | 115 | 66 | 112 |
| Binary | 11001011 | 11100000 | 10010111 | 1001 | 0 | 100001 | 1100 | 1001101 | 110110 | 1001010 |
Color Harmonies of #CBE097
Complementary color
Monochromatic Colors of #CBE097
Black with #CBE097
Text Example
Text Example
White with #CBE097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE097; }
p { color: rgb(203,224,151); }
H1.HeaderClassName
{
color: #CBE097;
}
.AnyTagClassName
{
color: #CBE097;
}
</style>
background-color css
<style>
a { background-color: #CBE097; }
a { background-color: rgb(203,224,151); }
div.DivClassName
{
background-color: #CBE097;
}
.BgClassName
{
background-color: #CBE097;
}
</style>
border-color css
<style>
span { border-color: #CBE097; }
span { border-color: rgb(203,224,151); }
td.TdClassName
{
border-color: #CBE097;
}
.TagClassName
{
border-color: #CBE097;
}
</style>