Shades of Reef #CBE298
Tints of Reef #CBE298
RGB
CMYK
RGB Variations
Color information
#CBE298 (or 0xCBE298) is known color: Reef. HEX triplet: CB, E2 and 98. RGB value is (203,226,152). Sum of RGB (Red+Green+Blue) = 203+226+152=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 226 (88.67% from 255 or 38.90% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE298 is #341D67. Grayscale: #D2D2D2. Windows color (decimal): -3415400 or 10019531. OLE color: 10019531.
HSL color Cylindrical-coordinate representation of color #CBE298: hue angle of 78.65º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBE298 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 226 | 152 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.11 |
| HSL | 78.65º | 0.56% | 0.74% | - |
| HSV(B) | 78.65º | 0.33% | 0.89% | - |
| XYZ | 57.49 | 69.36 | 40.06 | - |
| YUV | 210.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 226 | 152 | 0.10 | 0 | 0.33 | 0.11 | 78.65 | 0.56 | 0.74 |
| Hex | CB | E2 | 98 | A | 0 | 21 | B | 4F | 38 | 4A |
| Octal | 313 | 342 | 230 | 12 | 0 | 41 | 13 | 117 | 70 | 112 |
| Binary | 11001011 | 11100010 | 10011000 | 1010 | 0 | 100001 | 1011 | 1001111 | 111000 | 1001010 |
Color Harmonies of #CBE298
Complementary color
Monochromatic Colors of #CBE298
Black with #CBE298
Text Example
Text Example
White with #CBE298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE298; }
p { color: rgb(203,226,152); }
H1.HeaderClassName
{
color: #CBE298;
}
.AnyTagClassName
{
color: #CBE298;
}
</style>
background-color css
<style>
a { background-color: #CBE298; }
a { background-color: rgb(203,226,152); }
div.DivClassName
{
background-color: #CBE298;
}
.BgClassName
{
background-color: #CBE298;
}
</style>
border-color css
<style>
span { border-color: #CBE298; }
span { border-color: rgb(203,226,152); }
td.TdClassName
{
border-color: #CBE298;
}
.TagClassName
{
border-color: #CBE298;
}
</style>