Shades of Reef #C9EA98
Tints of Reef #C9EA98
RGB
CMYK
RGB Variations
Color information
#C9EA98 (or 0xC9EA98) is known color: Reef. HEX triplet: C9, EA and 98. RGB value is (201,234,152). Sum of RGB (Red+Green+Blue) = 201+234+152=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 152 (59.77% from 255 or 25.89% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EA98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EA98 is #361567. Grayscale: #D7D7D7. Windows color (decimal): -3544424 or 10021577. OLE color: 10021577.
HSL color Cylindrical-coordinate representation of color #C9EA98: hue angle of 84.15º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C9EA98 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 234 | 152 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.08 |
| HSL | 84.15º | 0.66% | 0.76% | - |
| HSV(B) | 84.15º | 0.35% | 0.92% | - |
| XYZ | 59.18 | 73.53 | 40.78 | - |
| YUV | 214.79 | 92.57 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 234 | 152 | 0.14 | 0 | 0.35 | 0.08 | 84.15 | 0.66 | 0.76 |
| Hex | C9 | EA | 98 | E | 0 | 23 | 8 | 54 | 42 | 4C |
| Octal | 311 | 352 | 230 | 16 | 0 | 43 | 10 | 124 | 102 | 114 |
| Binary | 11001001 | 11101010 | 10011000 | 1110 | 0 | 100011 | 1000 | 1010100 | 1000010 | 1001100 |
Color Harmonies of #C9EA98
Complementary color
Monochromatic Colors of #C9EA98
Black with #C9EA98
Text Example
Text Example
White with #C9EA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EA98; }
p { color: rgb(201,234,152); }
H1.HeaderClassName
{
color: #C9EA98;
}
.AnyTagClassName
{
color: #C9EA98;
}
</style>
background-color css
<style>
a { background-color: #C9EA98; }
a { background-color: rgb(201,234,152); }
div.DivClassName
{
background-color: #C9EA98;
}
.BgClassName
{
background-color: #C9EA98;
}
</style>
border-color css
<style>
span { border-color: #C9EA98; }
span { border-color: rgb(201,234,152); }
td.TdClassName
{
border-color: #C9EA98;
}
.TagClassName
{
border-color: #C9EA98;
}
</style>