Shades of Conifer #C0F75A
Tints of Conifer #C0F75A
RGB
CMYK
RGB Variations
Color information
#C0F75A (or 0xC0F75A) is known color: Conifer. HEX triplet: C0, F7 and 5A. RGB value is (192,247,90). Sum of RGB (Red+Green+Blue) = 192+247+90=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 90 (35.55% from 255 or 17.01% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F75A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F75A is #3F08A5. Grayscale: #D5D5D5. Windows color (decimal): -4130982 or 5961664. OLE color: 5961664.
HSL color Cylindrical-coordinate representation of color #C0F75A: hue angle of 81.02º 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 #C0F75A is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 247 | 90 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.03 |
| HSL | 81.02º | 0.91% | 0.66% | - |
| HSV(B) | 81.02º | 0.64% | 0.97% | - |
| XYZ | 56.84 | 78.47 | 21.82 | - |
| YUV | 212.66 | 58.78 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 247 | 90 | 0.22 | 0 | 0.64 | 0.03 | 81.02 | 0.91 | 0.66 |
| Hex | C0 | F7 | 5A | 16 | 0 | 40 | 3 | 51 | 5B | 42 |
| Octal | 300 | 367 | 132 | 26 | 0 | 100 | 3 | 121 | 133 | 102 |
| Binary | 11000000 | 11110111 | 1011010 | 10110 | 0 | 1000000 | 11 | 1010001 | 1011011 | 1000010 |
Color Harmonies of #C0F75A
Complementary color
Monochromatic Colors of #C0F75A
Black with #C0F75A
Text Example
Text Example
White with #C0F75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F75A; }
p { color: rgb(192,247,90); }
H1.HeaderClassName
{
color: #C0F75A;
}
.AnyTagClassName
{
color: #C0F75A;
}
</style>
background-color css
<style>
a { background-color: #C0F75A; }
a { background-color: rgb(192,247,90); }
div.DivClassName
{
background-color: #C0F75A;
}
.BgClassName
{
background-color: #C0F75A;
}
</style>
border-color css
<style>
span { border-color: #C0F75A; }
span { border-color: rgb(192,247,90); }
td.TdClassName
{
border-color: #C0F75A;
}
.TagClassName
{
border-color: #C0F75A;
}
</style>