Shades of Reef #C0EF92
Tints of Reef #C0EF92
RGB
CMYK
RGB Variations
Color information
#C0EF92 (or 0xC0EF92) is known color: Reef. HEX triplet: C0, EF and 92. RGB value is (192,239,146). Sum of RGB (Red+Green+Blue) = 192+239+146=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 146 (57.42% from 255 or 25.30% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EF92 is #3F106D. Grayscale: #D6D6D6. Windows color (decimal): -4132974 or 9629632. OLE color: 9629632.
HSL color Cylindrical-coordinate representation of color #C0EF92: hue angle of 90.32º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0EF92 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 239 | 146 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.06 |
| HSL | 90.32º | 0.74% | 0.75% | - |
| HSV(B) | 90.32º | 0.39% | 0.94% | - |
| XYZ | 57.79 | 75.01 | 38.63 | - |
| YUV | 214.35 | 89.43 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 239 | 146 | 0.20 | 0 | 0.39 | 0.06 | 90.32 | 0.74 | 0.75 |
| Hex | C0 | EF | 92 | 14 | 0 | 27 | 6 | 5A | 4A | 4B |
| Octal | 300 | 357 | 222 | 24 | 0 | 47 | 6 | 132 | 112 | 113 |
| Binary | 11000000 | 11101111 | 10010010 | 10100 | 0 | 100111 | 110 | 1011010 | 1001010 | 1001011 |
Color Harmonies of #C0EF92
Complementary color
Monochromatic Colors of #C0EF92
Black with #C0EF92
Text Example
Text Example
White with #C0EF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EF92; }
p { color: rgb(192,239,146); }
H1.HeaderClassName
{
color: #C0EF92;
}
.AnyTagClassName
{
color: #C0EF92;
}
</style>
background-color css
<style>
a { background-color: #C0EF92; }
a { background-color: rgb(192,239,146); }
div.DivClassName
{
background-color: #C0EF92;
}
.BgClassName
{
background-color: #C0EF92;
}
</style>
border-color css
<style>
span { border-color: #C0EF92; }
span { border-color: rgb(192,239,146); }
td.TdClassName
{
border-color: #C0EF92;
}
.TagClassName
{
border-color: #C0EF92;
}
</style>