Shades of Conifer #C2F25D
Tints of Conifer #C2F25D
RGB
CMYK
RGB Variations
Color information
#C2F25D (or 0xC2F25D) is known color: Conifer. HEX triplet: C2, F2 and 5D. RGB value is (194,242,93). Sum of RGB (Red+Green+Blue) = 194+242+93=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F25D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F25D is #3D0DA2. Grayscale: #D3D3D3. Windows color (decimal): -4001187 or 6156994. OLE color: 6156994.
HSL color Cylindrical-coordinate representation of color #C2F25D: hue angle of 79.33º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2F25D is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 242 | 93 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.05 |
| HSL | 79.33º | 0.85% | 0.66% | - |
| HSV(B) | 79.33º | 0.62% | 0.95% | - |
| XYZ | 55.98 | 75.76 | 22.03 | - |
| YUV | 210.66 | 61.6 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 242 | 93 | 0.20 | 0 | 0.62 | 0.05 | 79.33 | 0.85 | 0.66 |
| Hex | C2 | F2 | 5D | 14 | 0 | 3E | 5 | 4F | 55 | 42 |
| Octal | 302 | 362 | 135 | 24 | 0 | 76 | 5 | 117 | 125 | 102 |
| Binary | 11000010 | 11110010 | 1011101 | 10100 | 0 | 111110 | 101 | 1001111 | 1010101 | 1000010 |
Color Harmonies of #C2F25D
Complementary color
Monochromatic Colors of #C2F25D
Black with #C2F25D
Text Example
Text Example
White with #C2F25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F25D; }
p { color: rgb(194,242,93); }
H1.HeaderClassName
{
color: #C2F25D;
}
.AnyTagClassName
{
color: #C2F25D;
}
</style>
background-color css
<style>
a { background-color: #C2F25D; }
a { background-color: rgb(194,242,93); }
div.DivClassName
{
background-color: #C2F25D;
}
.BgClassName
{
background-color: #C2F25D;
}
</style>
border-color css
<style>
span { border-color: #C2F25D; }
span { border-color: rgb(194,242,93); }
td.TdClassName
{
border-color: #C2F25D;
}
.TagClassName
{
border-color: #C2F25D;
}
</style>