Shades of Conifer #C8FA4B
Tints of Conifer #C8FA4B
RGB
CMYK
RGB Variations
Color information
#C8FA4B (or 0xC8FA4B) is known color: Conifer. HEX triplet: C8, FA and 4B. RGB value is (200,250,75). Sum of RGB (Red+Green+Blue) = 200+250+75=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 75 (29.69% from 255 or 14.29% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FA4B is #3705B4. Grayscale: #D7D7D7. Windows color (decimal): -3605941 or 4979400. OLE color: 4979400.
HSL color Cylindrical-coordinate representation of color #C8FA4B: hue angle of 77.14º 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 #C8FA4B is Cyan = 0.2, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 75 | - |
| CMYK | 0.2 | 0 | 0.7 | 0.02 |
| HSL | 77.14º | 0.95% | 0.64% | - |
| HSV(B) | 77.14º | 0.7% | 0.98% | - |
| XYZ | 59.28 | 81.16 | 19.2 | - |
| YUV | 215.1 | 48.94 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 75 | 0.2 | 0 | 0.7 | 0.02 | 77.14 | 0.95 | 0.64 |
| Hex | C8 | FA | 4B | 14 | 0 | 46 | 2 | 4D | 5F | 40 |
| Octal | 310 | 372 | 113 | 24 | 0 | 106 | 2 | 115 | 137 | 100 |
| Binary | 11001000 | 11111010 | 1001011 | 10100 | 0 | 1000110 | 10 | 1001101 | 1011111 | 1000000 |
Color Harmonies of #C8FA4B
Complementary color
Monochromatic Colors of #C8FA4B
Black with #C8FA4B
Text Example
Text Example
White with #C8FA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA4B; }
p { color: rgb(200,250,75); }
H1.HeaderClassName
{
color: #C8FA4B;
}
.AnyTagClassName
{
color: #C8FA4B;
}
</style>
background-color css
<style>
a { background-color: #C8FA4B; }
a { background-color: rgb(200,250,75); }
div.DivClassName
{
background-color: #C8FA4B;
}
.BgClassName
{
background-color: #C8FA4B;
}
</style>
border-color css
<style>
span { border-color: #C8FA4B; }
span { border-color: rgb(200,250,75); }
td.TdClassName
{
border-color: #C8FA4B;
}
.TagClassName
{
border-color: #C8FA4B;
}
</style>