Shades of Reef #C8EF96
Tints of Reef #C8EF96
RGB
CMYK
RGB Variations
Color information
#C8EF96 (or 0xC8EF96) is known color: Reef. HEX triplet: C8, EF and 96. RGB value is (200,239,150). Sum of RGB (Red+Green+Blue) = 200+239+150=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 150 (58.98% from 255 or 25.47% from 589); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EF96 is #371069. Grayscale: #D9D9D9. Windows color (decimal): -3608682 or 9891784. OLE color: 9891784.
HSL color Cylindrical-coordinate representation of color #C8EF96: hue angle of 86.29º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8EF96 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 150 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.06 |
| HSL | 86.29º | 0.74% | 0.76% | - |
| HSV(B) | 86.29º | 0.37% | 0.94% | - |
| XYZ | 60.19 | 76.21 | 40.39 | - |
| YUV | 217.19 | 90.08 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 150 | 0.16 | 0 | 0.37 | 0.06 | 86.29 | 0.74 | 0.76 |
| Hex | C8 | EF | 96 | 10 | 0 | 25 | 6 | 56 | 4A | 4C |
| Octal | 310 | 357 | 226 | 20 | 0 | 45 | 6 | 126 | 112 | 114 |
| Binary | 11001000 | 11101111 | 10010110 | 10000 | 0 | 100101 | 110 | 1010110 | 1001010 | 1001100 |
Color Harmonies of #C8EF96
Complementary color
Monochromatic Colors of #C8EF96
Black with #C8EF96
Text Example
Text Example
White with #C8EF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EF96; }
p { color: rgb(200,239,150); }
H1.HeaderClassName
{
color: #C8EF96;
}
.AnyTagClassName
{
color: #C8EF96;
}
</style>
background-color css
<style>
a { background-color: #C8EF96; }
a { background-color: rgb(200,239,150); }
div.DivClassName
{
background-color: #C8EF96;
}
.BgClassName
{
background-color: #C8EF96;
}
</style>
border-color css
<style>
span { border-color: #C8EF96; }
span { border-color: rgb(200,239,150); }
td.TdClassName
{
border-color: #C8EF96;
}
.TagClassName
{
border-color: #C8EF96;
}
</style>