Shades of Conifer #C8FA4D
Tints of Conifer #C8FA4D
RGB
CMYK
RGB Variations
Color information
#C8FA4D (or 0xC8FA4D) is known color: Conifer. HEX triplet: C8, FA and 4D. RGB value is (200,250,77). Sum of RGB (Red+Green+Blue) = 200+250+77=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 77 (30.47% from 255 or 14.61% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FA4D is #3705B2. Grayscale: #D7D7D7. Windows color (decimal): -3605939 or 5110472. OLE color: 5110472.
HSL color Cylindrical-coordinate representation of color #C8FA4D: hue angle of 77.34º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8FA4D is Cyan = 0.2, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 77 | - |
| CMYK | 0.2 | 0 | 0.69 | 0.02 |
| HSL | 77.34º | 0.95% | 0.64% | - |
| HSV(B) | 77.34º | 0.69% | 0.98% | - |
| XYZ | 59.34 | 81.19 | 19.56 | - |
| YUV | 215.33 | 49.94 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 77 | 0.2 | 0 | 0.69 | 0.02 | 77.34 | 0.95 | 0.64 |
| Hex | C8 | FA | 4D | 14 | 0 | 45 | 2 | 4D | 5F | 40 |
| Octal | 310 | 372 | 115 | 24 | 0 | 105 | 2 | 115 | 137 | 100 |
| Binary | 11001000 | 11111010 | 1001101 | 10100 | 0 | 1000101 | 10 | 1001101 | 1011111 | 1000000 |
Color Harmonies of #C8FA4D
Complementary color
Monochromatic Colors of #C8FA4D
Black with #C8FA4D
Text Example
Text Example
White with #C8FA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA4D; }
p { color: rgb(200,250,77); }
H1.HeaderClassName
{
color: #C8FA4D;
}
.AnyTagClassName
{
color: #C8FA4D;
}
</style>
background-color css
<style>
a { background-color: #C8FA4D; }
a { background-color: rgb(200,250,77); }
div.DivClassName
{
background-color: #C8FA4D;
}
.BgClassName
{
background-color: #C8FA4D;
}
</style>
border-color css
<style>
span { border-color: #C8FA4D; }
span { border-color: rgb(200,250,77); }
td.TdClassName
{
border-color: #C8FA4D;
}
.TagClassName
{
border-color: #C8FA4D;
}
</style>