Shades of Reef #C4F294
Tints of Reef #C4F294
RGB
CMYK
RGB Variations
Color information
#C4F294 (or 0xC4F294) is known color: Reef. HEX triplet: C4, F2 and 94. RGB value is (196,242,148). Sum of RGB (Red+Green+Blue) = 196+242+148=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 148 (58.20% from 255 or 25.26% from 586); Max value from RGB is 242 - color contains mainly: green. Hex color #C4F294 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4F294 is #3B0D6B. Grayscale: #D9D9D9. Windows color (decimal): -3870060 or 9761476. OLE color: 9761476.
HSL color Cylindrical-coordinate representation of color #C4F294: hue angle of 89.36º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C4F294 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 242 | 148 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.05 |
| HSL | 89.36º | 0.78% | 0.76% | - |
| HSV(B) | 89.36º | 0.39% | 0.95% | - |
| XYZ | 59.86 | 77.38 | 39.8 | - |
| YUV | 217.53 | 88.76 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 242 | 148 | 0.19 | 0 | 0.39 | 0.05 | 89.36 | 0.78 | 0.76 |
| Hex | C4 | F2 | 94 | 13 | 0 | 27 | 5 | 59 | 4E | 4C |
| Octal | 304 | 362 | 224 | 23 | 0 | 47 | 5 | 131 | 116 | 114 |
| Binary | 11000100 | 11110010 | 10010100 | 10011 | 0 | 100111 | 101 | 1011001 | 1001110 | 1001100 |
Color Harmonies of #C4F294
Complementary color
Monochromatic Colors of #C4F294
Black with #C4F294
Text Example
Text Example
White with #C4F294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F294; }
p { color: rgb(196,242,148); }
H1.HeaderClassName
{
color: #C4F294;
}
.AnyTagClassName
{
color: #C4F294;
}
</style>
background-color css
<style>
a { background-color: #C4F294; }
a { background-color: rgb(196,242,148); }
div.DivClassName
{
background-color: #C4F294;
}
.BgClassName
{
background-color: #C4F294;
}
</style>
border-color css
<style>
span { border-color: #C4F294; }
span { border-color: rgb(196,242,148); }
td.TdClassName
{
border-color: #C4F294;
}
.TagClassName
{
border-color: #C4F294;
}
</style>