Shades of Conifer #C2F850
Tints of Conifer #C2F850
RGB
CMYK
RGB Variations
Color information
#C2F850 (or 0xC2F850) is known color: Conifer. HEX triplet: C2, F8 and 50. RGB value is (194,248,80). Sum of RGB (Red+Green+Blue) = 194+248+80=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 248 (97.27% from 255 or 47.51% from 522); Blue value is 80 (31.64% from 255 or 15.33% from 522); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F850 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F850 is #3D07AF. Grayscale: #D5D5D5. Windows color (decimal): -3999664 or 5306562. OLE color: 5306562.
HSL color Cylindrical-coordinate representation of color #C2F850: hue angle of 79.29º 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 #C2F850 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 248 | 80 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.03 |
| HSL | 79.29º | 0.92% | 0.64% | - |
| HSV(B) | 79.29º | 0.68% | 0.97% | - |
| XYZ | 57.26 | 79.18 | 19.86 | - |
| YUV | 212.7 | 53.11 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 248 | 80 | 0.22 | 0 | 0.68 | 0.03 | 79.29 | 0.92 | 0.64 |
| Hex | C2 | F8 | 50 | 16 | 0 | 44 | 3 | 4F | 5C | 40 |
| Octal | 302 | 370 | 120 | 26 | 0 | 104 | 3 | 117 | 134 | 100 |
| Binary | 11000010 | 11111000 | 1010000 | 10110 | 0 | 1000100 | 11 | 1001111 | 1011100 | 1000000 |
Color Harmonies of #C2F850
Complementary color
Monochromatic Colors of #C2F850
Black with #C2F850
Text Example
Text Example
White with #C2F850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F850; }
p { color: rgb(194,248,80); }
H1.HeaderClassName
{
color: #C2F850;
}
.AnyTagClassName
{
color: #C2F850;
}
</style>
background-color css
<style>
a { background-color: #C2F850; }
a { background-color: rgb(194,248,80); }
div.DivClassName
{
background-color: #C2F850;
}
.BgClassName
{
background-color: #C2F850;
}
</style>
border-color css
<style>
span { border-color: #C2F850; }
span { border-color: rgb(194,248,80); }
td.TdClassName
{
border-color: #C2F850;
}
.TagClassName
{
border-color: #C2F850;
}
</style>