Shades of Conifer #C2F852
Tints of Conifer #C2F852
RGB
CMYK
RGB Variations
Color information
#C2F852 (or 0xC2F852) is known color: Conifer. HEX triplet: C2, F8 and 52. RGB value is (194,248,82). Sum of RGB (Red+Green+Blue) = 194+248+82=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 248 (97.27% from 255 or 47.33% from 524); Blue value is 82 (32.42% from 255 or 15.65% from 524); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F852 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F852 is #3D07AD. Grayscale: #D5D5D5. Windows color (decimal): -3999662 or 5437634. OLE color: 5437634.
HSL color Cylindrical-coordinate representation of color #C2F852: hue angle of 79.52º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2F852 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 248 | 82 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.03 |
| HSL | 79.52º | 0.92% | 0.65% | - |
| HSV(B) | 79.52º | 0.67% | 0.97% | - |
| XYZ | 57.34 | 79.21 | 20.25 | - |
| YUV | 212.93 | 54.11 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 248 | 82 | 0.22 | 0 | 0.67 | 0.03 | 79.52 | 0.92 | 0.65 |
| Hex | C2 | F8 | 52 | 16 | 0 | 43 | 3 | 50 | 5C | 41 |
| Octal | 302 | 370 | 122 | 26 | 0 | 103 | 3 | 120 | 134 | 101 |
| Binary | 11000010 | 11111000 | 1010010 | 10110 | 0 | 1000011 | 11 | 1010000 | 1011100 | 1000001 |
Color Harmonies of #C2F852
Complementary color
Monochromatic Colors of #C2F852
Black with #C2F852
Text Example
Text Example
White with #C2F852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F852; }
p { color: rgb(194,248,82); }
H1.HeaderClassName
{
color: #C2F852;
}
.AnyTagClassName
{
color: #C2F852;
}
</style>
background-color css
<style>
a { background-color: #C2F852; }
a { background-color: rgb(194,248,82); }
div.DivClassName
{
background-color: #C2F852;
}
.BgClassName
{
background-color: #C2F852;
}
</style>
border-color css
<style>
span { border-color: #C2F852; }
span { border-color: rgb(194,248,82); }
td.TdClassName
{
border-color: #C2F852;
}
.TagClassName
{
border-color: #C2F852;
}
</style>