Shades of Conifer #C2F25A
Tints of Conifer #C2F25A
RGB
CMYK
RGB Variations
Color information
#C2F25A (or 0xC2F25A) is known color: Conifer. HEX triplet: C2, F2 and 5A. RGB value is (194,242,90). Sum of RGB (Red+Green+Blue) = 194+242+90=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 90 (35.55% from 255 or 17.11% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F25A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F25A is #3D0DA5. Grayscale: #D2D2D2. Windows color (decimal): -4001190 or 5960386. OLE color: 5960386.
HSL color Cylindrical-coordinate representation of color #C2F25A: hue angle of 78.95º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2F25A is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 242 | 90 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.05 |
| HSL | 78.95º | 0.85% | 0.65% | - |
| HSV(B) | 78.95º | 0.63% | 0.95% | - |
| XYZ | 55.85 | 75.71 | 21.34 | - |
| YUV | 210.32 | 60.1 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 242 | 90 | 0.20 | 0 | 0.63 | 0.05 | 78.95 | 0.85 | 0.65 |
| Hex | C2 | F2 | 5A | 14 | 0 | 3F | 5 | 4F | 55 | 41 |
| Octal | 302 | 362 | 132 | 24 | 0 | 77 | 5 | 117 | 125 | 101 |
| Binary | 11000010 | 11110010 | 1011010 | 10100 | 0 | 111111 | 101 | 1001111 | 1010101 | 1000001 |
Color Harmonies of #C2F25A
Complementary color
Monochromatic Colors of #C2F25A
Black with #C2F25A
Text Example
Text Example
White with #C2F25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F25A; }
p { color: rgb(194,242,90); }
H1.HeaderClassName
{
color: #C2F25A;
}
.AnyTagClassName
{
color: #C2F25A;
}
</style>
background-color css
<style>
a { background-color: #C2F25A; }
a { background-color: rgb(194,242,90); }
div.DivClassName
{
background-color: #C2F25A;
}
.BgClassName
{
background-color: #C2F25A;
}
</style>
border-color css
<style>
span { border-color: #C2F25A; }
span { border-color: rgb(194,242,90); }
td.TdClassName
{
border-color: #C2F25A;
}
.TagClassName
{
border-color: #C2F25A;
}
</style>