Shades of Reef #CBE296
Tints of Reef #CBE296
RGB
CMYK
RGB Variations
Color information
#CBE296 (or 0xCBE296) is known color: Reef. HEX triplet: CB, E2 and 96. RGB value is (203,226,150). Sum of RGB (Red+Green+Blue) = 203+226+150=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 150 (58.98% from 255 or 25.91% from 579); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE296 is #341D69. Grayscale: #D2D2D2. Windows color (decimal): -3415402 or 9888459. OLE color: 9888459.
HSL color Cylindrical-coordinate representation of color #CBE296: hue angle of 78.16º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBE296 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 226 | 150 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.11 |
| HSL | 78.16º | 0.57% | 0.74% | - |
| HSV(B) | 78.16º | 0.34% | 0.89% | - |
| XYZ | 57.33 | 69.29 | 39.21 | - |
| YUV | 210.46 | 93.88 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 226 | 150 | 0.10 | 0 | 0.34 | 0.11 | 78.16 | 0.57 | 0.74 |
| Hex | CB | E2 | 96 | A | 0 | 22 | B | 4E | 39 | 4A |
| Octal | 313 | 342 | 226 | 12 | 0 | 42 | 13 | 116 | 71 | 112 |
| Binary | 11001011 | 11100010 | 10010110 | 1010 | 0 | 100010 | 1011 | 1001110 | 111001 | 1001010 |
Color Harmonies of #CBE296
Complementary color
Monochromatic Colors of #CBE296
Black with #CBE296
Text Example
Text Example
White with #CBE296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE296; }
p { color: rgb(203,226,150); }
H1.HeaderClassName
{
color: #CBE296;
}
.AnyTagClassName
{
color: #CBE296;
}
</style>
background-color css
<style>
a { background-color: #CBE296; }
a { background-color: rgb(203,226,150); }
div.DivClassName
{
background-color: #CBE296;
}
.BgClassName
{
background-color: #CBE296;
}
</style>
border-color css
<style>
span { border-color: #CBE296; }
span { border-color: rgb(203,226,150); }
td.TdClassName
{
border-color: #CBE296;
}
.TagClassName
{
border-color: #CBE296;
}
</style>