Shades of Conifer #C2F35A
Tints of Conifer #C2F35A
RGB
CMYK
RGB Variations
Color information
#C2F35A (or 0xC2F35A) is known color: Conifer. HEX triplet: C2, F3 and 5A. RGB value is (194,243,90). Sum of RGB (Red+Green+Blue) = 194+243+90=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #C2F35A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F35A is #3D0CA5. Grayscale: #D3D3D3. Windows color (decimal): -4000934 or 5960642. OLE color: 5960642.
HSL color Cylindrical-coordinate representation of color #C2F35A: hue angle of 79.22º degrees, saturation: 0.86, 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 #C2F35A is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 243 | 90 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.05 |
| HSL | 79.22º | 0.86% | 0.65% | - |
| HSV(B) | 79.22º | 0.63% | 0.95% | - |
| XYZ | 56.14 | 76.31 | 21.44 | - |
| YUV | 210.91 | 59.77 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 243 | 90 | 0.20 | 0 | 0.63 | 0.05 | 79.22 | 0.86 | 0.65 |
| Hex | C2 | F3 | 5A | 14 | 0 | 3F | 5 | 4F | 56 | 41 |
| Octal | 302 | 363 | 132 | 24 | 0 | 77 | 5 | 117 | 126 | 101 |
| Binary | 11000010 | 11110011 | 1011010 | 10100 | 0 | 111111 | 101 | 1001111 | 1010110 | 1000001 |
Color Harmonies of #C2F35A
Complementary color
Monochromatic Colors of #C2F35A
Black with #C2F35A
Text Example
Text Example
White with #C2F35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F35A; }
p { color: rgb(194,243,90); }
H1.HeaderClassName
{
color: #C2F35A;
}
.AnyTagClassName
{
color: #C2F35A;
}
</style>
background-color css
<style>
a { background-color: #C2F35A; }
a { background-color: rgb(194,243,90); }
div.DivClassName
{
background-color: #C2F35A;
}
.BgClassName
{
background-color: #C2F35A;
}
</style>
border-color css
<style>
span { border-color: #C2F35A; }
span { border-color: rgb(194,243,90); }
td.TdClassName
{
border-color: #C2F35A;
}
.TagClassName
{
border-color: #C2F35A;
}
</style>