Shades of Conifer #C8FA4A
Tints of Conifer #C8FA4A
RGB
CMYK
RGB Variations
Color information
#C8FA4A (or 0xC8FA4A) is known color: Conifer. HEX triplet: C8, FA and 4A. RGB value is (200,250,74). Sum of RGB (Red+Green+Blue) = 200+250+74=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 74 (29.30% from 255 or 14.12% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FA4A is #3705B5. Grayscale: #D7D7D7. Windows color (decimal): -3605942 or 4913864. OLE color: 4913864.
HSL color Cylindrical-coordinate representation of color #C8FA4A: hue angle of 77.05º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8FA4A is Cyan = 0.2, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 74 | - |
| CMYK | 0.2 | 0 | 0.70 | 0.02 |
| HSL | 77.05º | 0.95% | 0.64% | - |
| HSV(B) | 77.05º | 0.7% | 0.98% | - |
| XYZ | 59.24 | 81.14 | 19.02 | - |
| YUV | 214.99 | 48.44 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 74 | 0.2 | 0 | 0.70 | 0.02 | 77.05 | 0.95 | 0.64 |
| Hex | C8 | FA | 4A | 14 | 0 | 46 | 2 | 4D | 5F | 40 |
| Octal | 310 | 372 | 112 | 24 | 0 | 106 | 2 | 115 | 137 | 100 |
| Binary | 11001000 | 11111010 | 1001010 | 10100 | 0 | 1000110 | 10 | 1001101 | 1011111 | 1000000 |
Color Harmonies of #C8FA4A
Complementary color
Monochromatic Colors of #C8FA4A
Black with #C8FA4A
Text Example
Text Example
White with #C8FA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA4A; }
p { color: rgb(200,250,74); }
H1.HeaderClassName
{
color: #C8FA4A;
}
.AnyTagClassName
{
color: #C8FA4A;
}
</style>
background-color css
<style>
a { background-color: #C8FA4A; }
a { background-color: rgb(200,250,74); }
div.DivClassName
{
background-color: #C8FA4A;
}
.BgClassName
{
background-color: #C8FA4A;
}
</style>
border-color css
<style>
span { border-color: #C8FA4A; }
span { border-color: rgb(200,250,74); }
td.TdClassName
{
border-color: #C8FA4A;
}
.TagClassName
{
border-color: #C8FA4A;
}
</style>