Shades of Conifer #C7F34A
Tints of Conifer #C7F34A
RGB
CMYK
RGB Variations
Color information
#C7F34A (or 0xC7F34A) is known color: Conifer. HEX triplet: C7, F3 and 4A. RGB value is (199,243,74). Sum of RGB (Red+Green+Blue) = 199+243+74=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 74 (29.30% from 255 or 14.34% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #C7F34A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F34A is #380CB5. Grayscale: #D3D3D3. Windows color (decimal): -3673270 or 4912071. OLE color: 4912071.
HSL color Cylindrical-coordinate representation of color #C7F34A: hue angle of 75.62º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7F34A is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 243 | 74 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.05 |
| HSL | 75.62º | 0.88% | 0.62% | - |
| HSV(B) | 75.62º | 0.7% | 0.95% | - |
| XYZ | 56.84 | 76.74 | 18.29 | - |
| YUV | 210.58 | 50.92 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 243 | 74 | 0.18 | 0 | 0.70 | 0.05 | 75.62 | 0.88 | 0.62 |
| Hex | C7 | F3 | 4A | 12 | 0 | 46 | 5 | 4C | 58 | 3E |
| Octal | 307 | 363 | 112 | 22 | 0 | 106 | 5 | 114 | 130 | 76 |
| Binary | 11000111 | 11110011 | 1001010 | 10010 | 0 | 1000110 | 101 | 1001100 | 1011000 | 111110 |
Color Harmonies of #C7F34A
Complementary color
Monochromatic Colors of #C7F34A
Black with #C7F34A
Text Example
Text Example
White with #C7F34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F34A; }
p { color: rgb(199,243,74); }
H1.HeaderClassName
{
color: #C7F34A;
}
.AnyTagClassName
{
color: #C7F34A;
}
</style>
background-color css
<style>
a { background-color: #C7F34A; }
a { background-color: rgb(199,243,74); }
div.DivClassName
{
background-color: #C7F34A;
}
.BgClassName
{
background-color: #C7F34A;
}
</style>
border-color css
<style>
span { border-color: #C7F34A; }
span { border-color: rgb(199,243,74); }
td.TdClassName
{
border-color: #C7F34A;
}
.TagClassName
{
border-color: #C7F34A;
}
</style>