Shades of Conifer #C2F244
Tints of Conifer #C2F244
RGB
CMYK
RGB Variations
Color information
#C2F244 (or 0xC2F244) is known color: Conifer. HEX triplet: C2, F2 and 44. RGB value is (194,242,68). Sum of RGB (Red+Green+Blue) = 194+242+68=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 68 (26.95% from 255 or 13.49% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F244 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F244 is #3D0DBB. Grayscale: #D0D0D0. Windows color (decimal): -4001212 or 4518594. OLE color: 4518594.
HSL color Cylindrical-coordinate representation of color #C2F244: hue angle of 76.55º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2F244 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 242 | 68 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.05 |
| HSL | 76.55º | 0.87% | 0.61% | - |
| HSV(B) | 76.55º | 0.72% | 0.95% | - |
| XYZ | 55.04 | 75.39 | 17.12 | - |
| YUV | 207.81 | 49.1 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 242 | 68 | 0.20 | 0 | 0.72 | 0.05 | 76.55 | 0.87 | 0.61 |
| Hex | C2 | F2 | 44 | 14 | 0 | 48 | 5 | 4D | 57 | 3D |
| Octal | 302 | 362 | 104 | 24 | 0 | 110 | 5 | 115 | 127 | 75 |
| Binary | 11000010 | 11110010 | 1000100 | 10100 | 0 | 1001000 | 101 | 1001101 | 1010111 | 111101 |
Color Harmonies of #C2F244
Complementary color
Monochromatic Colors of #C2F244
Black with #C2F244
Text Example
Text Example
White with #C2F244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F244; }
p { color: rgb(194,242,68); }
H1.HeaderClassName
{
color: #C2F244;
}
.AnyTagClassName
{
color: #C2F244;
}
</style>
background-color css
<style>
a { background-color: #C2F244; }
a { background-color: rgb(194,242,68); }
div.DivClassName
{
background-color: #C2F244;
}
.BgClassName
{
background-color: #C2F244;
}
</style>
border-color css
<style>
span { border-color: #C2F244; }
span { border-color: rgb(194,242,68); }
td.TdClassName
{
border-color: #C2F244;
}
.TagClassName
{
border-color: #C2F244;
}
</style>