Shades of Conifer #C8F24A
Tints of Conifer #C8F24A
RGB
CMYK
RGB Variations
Color information
#C8F24A (or 0xC8F24A) is known color: Conifer. HEX triplet: C8, F2 and 4A. RGB value is (200,242,74). Sum of RGB (Red+Green+Blue) = 200+242+74=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 74 (29.30% from 255 or 14.34% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F24A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F24A is #370DB5. Grayscale: #D2D2D2. Windows color (decimal): -3607990 or 4911816. OLE color: 4911816.
HSL color Cylindrical-coordinate representation of color #C8F24A: hue angle of 75º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8F24A is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 242 | 74 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.05 |
| HSL | 75º | 0.87% | 0.62% | - |
| HSV(B) | 75º | 0.69% | 0.95% | - |
| XYZ | 56.81 | 76.28 | 18.21 | - |
| YUV | 210.29 | 51.09 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 242 | 74 | 0.17 | 0 | 0.69 | 0.05 | 75 | 0.87 | 0.62 |
| Hex | C8 | F2 | 4A | 11 | 0 | 45 | 5 | 4B | 57 | 3E |
| Octal | 310 | 362 | 112 | 21 | 0 | 105 | 5 | 113 | 127 | 76 |
| Binary | 11001000 | 11110010 | 1001010 | 10001 | 0 | 1000101 | 101 | 1001011 | 1010111 | 111110 |
Color Harmonies of #C8F24A
Complementary color
Monochromatic Colors of #C8F24A
Black with #C8F24A
Text Example
Text Example
White with #C8F24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F24A; }
p { color: rgb(200,242,74); }
H1.HeaderClassName
{
color: #C8F24A;
}
.AnyTagClassName
{
color: #C8F24A;
}
</style>
background-color css
<style>
a { background-color: #C8F24A; }
a { background-color: rgb(200,242,74); }
div.DivClassName
{
background-color: #C8F24A;
}
.BgClassName
{
background-color: #C8F24A;
}
</style>
border-color css
<style>
span { border-color: #C8F24A; }
span { border-color: rgb(200,242,74); }
td.TdClassName
{
border-color: #C8F24A;
}
.TagClassName
{
border-color: #C8F24A;
}
</style>