Shades of Conifer #C8F64A
Tints of Conifer #C8F64A
RGB
CMYK
RGB Variations
Color information
#C8F64A (or 0xC8F64A) is known color: Conifer. HEX triplet: C8, F6 and 4A. RGB value is (200,246,74). Sum of RGB (Red+Green+Blue) = 200+246+74=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 74 (29.30% from 255 or 14.23% from 520); Max value from RGB is 246 - color contains mainly: green. Hex color #C8F64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F64A is #3709B5. Grayscale: #D5D5D5. Windows color (decimal): -3606966 or 4912840. OLE color: 4912840.
HSL color Cylindrical-coordinate representation of color #C8F64A: hue angle of 76.05º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8F64A is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 246 | 74 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.04 |
| HSL | 76.05º | 0.91% | 0.63% | - |
| HSV(B) | 76.05º | 0.7% | 0.96% | - |
| XYZ | 58.01 | 78.69 | 18.61 | - |
| YUV | 212.64 | 49.76 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 246 | 74 | 0.19 | 0 | 0.70 | 0.04 | 76.05 | 0.91 | 0.63 |
| Hex | C8 | F6 | 4A | 13 | 0 | 46 | 4 | 4C | 5B | 3F |
| Octal | 310 | 366 | 112 | 23 | 0 | 106 | 4 | 114 | 133 | 77 |
| Binary | 11001000 | 11110110 | 1001010 | 10011 | 0 | 1000110 | 100 | 1001100 | 1011011 | 111111 |
Color Harmonies of #C8F64A
Complementary color
Monochromatic Colors of #C8F64A
Black with #C8F64A
Text Example
Text Example
White with #C8F64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F64A; }
p { color: rgb(200,246,74); }
H1.HeaderClassName
{
color: #C8F64A;
}
.AnyTagClassName
{
color: #C8F64A;
}
</style>
background-color css
<style>
a { background-color: #C8F64A; }
a { background-color: rgb(200,246,74); }
div.DivClassName
{
background-color: #C8F64A;
}
.BgClassName
{
background-color: #C8F64A;
}
</style>
border-color css
<style>
span { border-color: #C8F64A; }
span { border-color: rgb(200,246,74); }
td.TdClassName
{
border-color: #C8F64A;
}
.TagClassName
{
border-color: #C8F64A;
}
</style>