Shades of Reef #CBE098
Tints of Reef #CBE098
RGB
CMYK
RGB Variations
Color information
#CBE098 (or 0xCBE098) is known color: Reef. HEX triplet: CB, E0 and 98. RGB value is (203,224,152). Sum of RGB (Red+Green+Blue) = 203+224+152=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 152 (59.77% from 255 or 26.25% from 579); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE098 is #341F67. Grayscale: #D1D1D1. Windows color (decimal): -3415912 or 10019019. OLE color: 10019019.
HSL color Cylindrical-coordinate representation of color #CBE098: hue angle of 77.5º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBE098 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 152 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.12 |
| HSL | 77.5º | 0.54% | 0.74% | - |
| HSV(B) | 77.5º | 0.32% | 0.88% | - |
| XYZ | 56.95 | 68.27 | 39.88 | - |
| YUV | 209.51 | 95.54 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 152 | 0.09 | 0 | 0.32 | 0.12 | 77.5 | 0.54 | 0.74 |
| Hex | CB | E0 | 98 | 9 | 0 | 20 | C | 4E | 36 | 4A |
| Octal | 313 | 340 | 230 | 11 | 0 | 40 | 14 | 116 | 66 | 112 |
| Binary | 11001011 | 11100000 | 10011000 | 1001 | 0 | 100000 | 1100 | 1001110 | 110110 | 1001010 |
Color Harmonies of #CBE098
Complementary color
Monochromatic Colors of #CBE098
Black with #CBE098
Text Example
Text Example
White with #CBE098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE098; }
p { color: rgb(203,224,152); }
H1.HeaderClassName
{
color: #CBE098;
}
.AnyTagClassName
{
color: #CBE098;
}
</style>
background-color css
<style>
a { background-color: #CBE098; }
a { background-color: rgb(203,224,152); }
div.DivClassName
{
background-color: #CBE098;
}
.BgClassName
{
background-color: #CBE098;
}
</style>
border-color css
<style>
span { border-color: #CBE098; }
span { border-color: rgb(203,224,152); }
td.TdClassName
{
border-color: #CBE098;
}
.TagClassName
{
border-color: #CBE098;
}
</style>