Shades of Conifer #C5F75A
Tints of Conifer #C5F75A
RGB
CMYK
RGB Variations
Color information
#C5F75A (or 0xC5F75A) is known color: Conifer. HEX triplet: C5, F7 and 5A. RGB value is (197,247,90). Sum of RGB (Red+Green+Blue) = 197+247+90=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 247 (96.88% from 255 or 46.25% from 534); Blue value is 90 (35.55% from 255 or 16.85% from 534); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F75A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F75A is #3A08A5. Grayscale: #D6D6D6. Windows color (decimal): -3803302 or 5961669. OLE color: 5961669.
HSL color Cylindrical-coordinate representation of color #C5F75A: hue angle of 79.11º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5F75A is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 247 | 90 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.03 |
| HSL | 79.11º | 0.91% | 0.66% | - |
| HSV(B) | 79.11º | 0.64% | 0.97% | - |
| XYZ | 58.13 | 79.13 | 21.88 | - |
| YUV | 214.15 | 57.94 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 247 | 90 | 0.20 | 0 | 0.64 | 0.03 | 79.11 | 0.91 | 0.66 |
| Hex | C5 | F7 | 5A | 14 | 0 | 40 | 3 | 4F | 5B | 42 |
| Octal | 305 | 367 | 132 | 24 | 0 | 100 | 3 | 117 | 133 | 102 |
| Binary | 11000101 | 11110111 | 1011010 | 10100 | 0 | 1000000 | 11 | 1001111 | 1011011 | 1000010 |
Color Harmonies of #C5F75A
Complementary color
Monochromatic Colors of #C5F75A
Black with #C5F75A
Text Example
Text Example
White with #C5F75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F75A; }
p { color: rgb(197,247,90); }
H1.HeaderClassName
{
color: #C5F75A;
}
.AnyTagClassName
{
color: #C5F75A;
}
</style>
background-color css
<style>
a { background-color: #C5F75A; }
a { background-color: rgb(197,247,90); }
div.DivClassName
{
background-color: #C5F75A;
}
.BgClassName
{
background-color: #C5F75A;
}
</style>
border-color css
<style>
span { border-color: #C5F75A; }
span { border-color: rgb(197,247,90); }
td.TdClassName
{
border-color: #C5F75A;
}
.TagClassName
{
border-color: #C5F75A;
}
</style>