Shades of Conifer #C8FB4A
Tints of Conifer #C8FB4A
RGB
CMYK
RGB Variations
Color information
#C8FB4A (or 0xC8FB4A) is known color: Conifer. HEX triplet: C8, FB and 4A. RGB value is (200,251,74). Sum of RGB (Red+Green+Blue) = 200+251+74=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 74 (29.30% from 255 or 14.10% from 525); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FB4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FB4A is #3704B5. Grayscale: #D8D8D8. Windows color (decimal): -3605686 or 4914120. OLE color: 4914120.
HSL color Cylindrical-coordinate representation of color #C8FB4A: hue angle of 77.29º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8FB4A is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 74 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.02 |
| HSL | 77.29º | 0.96% | 0.64% | - |
| HSV(B) | 77.29º | 0.71% | 0.98% | - |
| XYZ | 59.55 | 81.77 | 19.12 | - |
| YUV | 215.57 | 48.1 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 74 | 0.20 | 0 | 0.71 | 0.02 | 77.29 | 0.96 | 0.64 |
| Hex | C8 | FB | 4A | 14 | 0 | 47 | 2 | 4D | 60 | 40 |
| Octal | 310 | 373 | 112 | 24 | 0 | 107 | 2 | 115 | 140 | 100 |
| Binary | 11001000 | 11111011 | 1001010 | 10100 | 0 | 1000111 | 10 | 1001101 | 1100000 | 1000000 |
Color Harmonies of #C8FB4A
Complementary color
Monochromatic Colors of #C8FB4A
Black with #C8FB4A
Text Example
Text Example
White with #C8FB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FB4A; }
p { color: rgb(200,251,74); }
H1.HeaderClassName
{
color: #C8FB4A;
}
.AnyTagClassName
{
color: #C8FB4A;
}
</style>
background-color css
<style>
a { background-color: #C8FB4A; }
a { background-color: rgb(200,251,74); }
div.DivClassName
{
background-color: #C8FB4A;
}
.BgClassName
{
background-color: #C8FB4A;
}
</style>
border-color css
<style>
span { border-color: #C8FB4A; }
span { border-color: rgb(200,251,74); }
td.TdClassName
{
border-color: #C8FB4A;
}
.TagClassName
{
border-color: #C8FB4A;
}
</style>