Shades of Conifer #C4F74B
Tints of Conifer #C4F74B
RGB
CMYK
RGB Variations
Color information
#C4F74B (or 0xC4F74B) is known color: Conifer. HEX triplet: C4, F7 and 4B. RGB value is (196,247,75). Sum of RGB (Red+Green+Blue) = 196+247+75=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 247 (96.88% from 255 or 47.68% from 518); Blue value is 75 (29.69% from 255 or 14.48% from 518); Max value from RGB is 247 - color contains mainly: green. Hex color #C4F74B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F74B is #3B08B4. Grayscale: #D4D4D4. Windows color (decimal): -3868853 or 4978628. OLE color: 4978628.
HSL color Cylindrical-coordinate representation of color #C4F74B: hue angle of 77.79º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4F74B is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 247 | 75 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.03 |
| HSL | 77.79º | 0.91% | 0.63% | - |
| HSV(B) | 77.79º | 0.7% | 0.97% | - |
| XYZ | 57.3 | 78.77 | 18.84 | - |
| YUV | 212.14 | 50.6 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 247 | 75 | 0.21 | 0 | 0.70 | 0.03 | 77.79 | 0.91 | 0.63 |
| Hex | C4 | F7 | 4B | 15 | 0 | 46 | 3 | 4E | 5B | 3F |
| Octal | 304 | 367 | 113 | 25 | 0 | 106 | 3 | 116 | 133 | 77 |
| Binary | 11000100 | 11110111 | 1001011 | 10101 | 0 | 1000110 | 11 | 1001110 | 1011011 | 111111 |
Color Harmonies of #C4F74B
Complementary color
Monochromatic Colors of #C4F74B
Black with #C4F74B
Text Example
Text Example
White with #C4F74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F74B; }
p { color: rgb(196,247,75); }
H1.HeaderClassName
{
color: #C4F74B;
}
.AnyTagClassName
{
color: #C4F74B;
}
</style>
background-color css
<style>
a { background-color: #C4F74B; }
a { background-color: rgb(196,247,75); }
div.DivClassName
{
background-color: #C4F74B;
}
.BgClassName
{
background-color: #C4F74B;
}
</style>
border-color css
<style>
span { border-color: #C4F74B; }
span { border-color: rgb(196,247,75); }
td.TdClassName
{
border-color: #C4F74B;
}
.TagClassName
{
border-color: #C4F74B;
}
</style>