Shades of Reef #C0EF94
Tints of Reef #C0EF94
RGB
CMYK
RGB Variations
Color information
#C0EF94 (or 0xC0EF94) is known color: Reef. HEX triplet: C0, EF and 94. RGB value is (192,239,148). Sum of RGB (Red+Green+Blue) = 192+239+148=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 148 (58.20% from 255 or 25.56% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EF94 is #3F106B. Grayscale: #D6D6D6. Windows color (decimal): -4132972 or 9760704. OLE color: 9760704.
HSL color Cylindrical-coordinate representation of color #C0EF94: hue angle of 90.99º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0EF94 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 239 | 148 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.06 |
| HSL | 90.99º | 0.74% | 0.76% | - |
| HSV(B) | 90.99º | 0.38% | 0.94% | - |
| XYZ | 57.95 | 75.08 | 39.45 | - |
| YUV | 214.57 | 90.43 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 239 | 148 | 0.20 | 0 | 0.38 | 0.06 | 90.99 | 0.74 | 0.76 |
| Hex | C0 | EF | 94 | 14 | 0 | 26 | 6 | 5B | 4A | 4C |
| Octal | 300 | 357 | 224 | 24 | 0 | 46 | 6 | 133 | 112 | 114 |
| Binary | 11000000 | 11101111 | 10010100 | 10100 | 0 | 100110 | 110 | 1011011 | 1001010 | 1001100 |
Color Harmonies of #C0EF94
Complementary color
Monochromatic Colors of #C0EF94
Black with #C0EF94
Text Example
Text Example
White with #C0EF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EF94; }
p { color: rgb(192,239,148); }
H1.HeaderClassName
{
color: #C0EF94;
}
.AnyTagClassName
{
color: #C0EF94;
}
</style>
background-color css
<style>
a { background-color: #C0EF94; }
a { background-color: rgb(192,239,148); }
div.DivClassName
{
background-color: #C0EF94;
}
.BgClassName
{
background-color: #C0EF94;
}
</style>
border-color css
<style>
span { border-color: #C0EF94; }
span { border-color: rgb(192,239,148); }
td.TdClassName
{
border-color: #C0EF94;
}
.TagClassName
{
border-color: #C0EF94;
}
</style>