Shades of Conifer #C5F84F
Tints of Conifer #C5F84F
RGB
CMYK
RGB Variations
Color information
#C5F84F (or 0xC5F84F) is known color: Conifer. HEX triplet: C5, F8 and 4F. RGB value is (197,248,79). Sum of RGB (Red+Green+Blue) = 197+248+79=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 248 (97.27% from 255 or 47.33% from 524); Blue value is 79 (31.25% from 255 or 15.08% from 524); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F84F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F84F is #3A07B0. Grayscale: #D6D6D6. Windows color (decimal): -3803057 or 5241029. OLE color: 5241029.
HSL color Cylindrical-coordinate representation of color #C5F84F: hue angle of 78.11º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5F84F is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 248 | 79 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.03 |
| HSL | 78.11º | 0.92% | 0.64% | - |
| HSV(B) | 78.11º | 0.68% | 0.97% | - |
| XYZ | 58 | 79.57 | 19.7 | - |
| YUV | 213.49 | 52.1 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 248 | 79 | 0.21 | 0 | 0.68 | 0.03 | 78.11 | 0.92 | 0.64 |
| Hex | C5 | F8 | 4F | 15 | 0 | 44 | 3 | 4E | 5C | 40 |
| Octal | 305 | 370 | 117 | 25 | 0 | 104 | 3 | 116 | 134 | 100 |
| Binary | 11000101 | 11111000 | 1001111 | 10101 | 0 | 1000100 | 11 | 1001110 | 1011100 | 1000000 |
Color Harmonies of #C5F84F
Complementary color
Monochromatic Colors of #C5F84F
Black with #C5F84F
Text Example
Text Example
White with #C5F84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F84F; }
p { color: rgb(197,248,79); }
H1.HeaderClassName
{
color: #C5F84F;
}
.AnyTagClassName
{
color: #C5F84F;
}
</style>
background-color css
<style>
a { background-color: #C5F84F; }
a { background-color: rgb(197,248,79); }
div.DivClassName
{
background-color: #C5F84F;
}
.BgClassName
{
background-color: #C5F84F;
}
</style>
border-color css
<style>
span { border-color: #C5F84F; }
span { border-color: rgb(197,248,79); }
td.TdClassName
{
border-color: #C5F84F;
}
.TagClassName
{
border-color: #C5F84F;
}
</style>