Shades of Reef #C8ED98
Tints of Reef #C8ED98
RGB
CMYK
RGB Variations
Color information
#C8ED98 (or 0xC8ED98) is known color: Reef. HEX triplet: C8, ED and 98. RGB value is (200,237,152). Sum of RGB (Red+Green+Blue) = 200+237+152=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 152 (59.77% from 255 or 25.81% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #C8ED98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8ED98 is #371267. Grayscale: #D8D8D8. Windows color (decimal): -3609192 or 10022344. OLE color: 10022344.
HSL color Cylindrical-coordinate representation of color #C8ED98: hue angle of 86.12º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C8ED98 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 237 | 152 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.07 |
| HSL | 86.12º | 0.7% | 0.76% | - |
| HSV(B) | 86.12º | 0.36% | 0.93% | - |
| XYZ | 59.77 | 75.11 | 41.05 | - |
| YUV | 216.25 | 91.74 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 152 | 0.16 | 0 | 0.36 | 0.07 | 86.12 | 0.7 | 0.76 |
| Hex | C8 | ED | 98 | 10 | 0 | 24 | 7 | 56 | 46 | 4C |
| Octal | 310 | 355 | 230 | 20 | 0 | 44 | 7 | 126 | 106 | 114 |
| Binary | 11001000 | 11101101 | 10011000 | 10000 | 0 | 100100 | 111 | 1010110 | 1000110 | 1001100 |
Color Harmonies of #C8ED98
Complementary color
Monochromatic Colors of #C8ED98
Black with #C8ED98
Text Example
Text Example
White with #C8ED98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ED98; }
p { color: rgb(200,237,152); }
H1.HeaderClassName
{
color: #C8ED98;
}
.AnyTagClassName
{
color: #C8ED98;
}
</style>
background-color css
<style>
a { background-color: #C8ED98; }
a { background-color: rgb(200,237,152); }
div.DivClassName
{
background-color: #C8ED98;
}
.BgClassName
{
background-color: #C8ED98;
}
</style>
border-color css
<style>
span { border-color: #C8ED98; }
span { border-color: rgb(200,237,152); }
td.TdClassName
{
border-color: #C8ED98;
}
.TagClassName
{
border-color: #C8ED98;
}
</style>