Shades of Conifer #C3F452
Tints of Conifer #C3F452
RGB
CMYK
RGB Variations
Color information
#C3F452 (or 0xC3F452) is known color: Conifer. HEX triplet: C3, F4 and 52. RGB value is (195,244,82). Sum of RGB (Red+Green+Blue) = 195+244+82=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 82 (32.42% from 255 or 15.74% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #C3F452 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F452 is #3C0BAD. Grayscale: #D3D3D3. Windows color (decimal): -3935150 or 5436611. OLE color: 5436611.
HSL color Cylindrical-coordinate representation of color #C3F452: hue angle of 78.15º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C3F452 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 244 | 82 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.04 |
| HSL | 78.15º | 0.88% | 0.64% | - |
| HSV(B) | 78.15º | 0.66% | 0.96% | - |
| XYZ | 56.38 | 76.91 | 19.86 | - |
| YUV | 210.88 | 55.27 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 244 | 82 | 0.20 | 0 | 0.66 | 0.04 | 78.15 | 0.88 | 0.64 |
| Hex | C3 | F4 | 52 | 14 | 0 | 42 | 4 | 4E | 58 | 40 |
| Octal | 303 | 364 | 122 | 24 | 0 | 102 | 4 | 116 | 130 | 100 |
| Binary | 11000011 | 11110100 | 1010010 | 10100 | 0 | 1000010 | 100 | 1001110 | 1011000 | 1000000 |
Color Harmonies of #C3F452
Complementary color
Monochromatic Colors of #C3F452
Black with #C3F452
Text Example
Text Example
White with #C3F452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F452; }
p { color: rgb(195,244,82); }
H1.HeaderClassName
{
color: #C3F452;
}
.AnyTagClassName
{
color: #C3F452;
}
</style>
background-color css
<style>
a { background-color: #C3F452; }
a { background-color: rgb(195,244,82); }
div.DivClassName
{
background-color: #C3F452;
}
.BgClassName
{
background-color: #C3F452;
}
</style>
border-color css
<style>
span { border-color: #C3F452; }
span { border-color: rgb(195,244,82); }
td.TdClassName
{
border-color: #C3F452;
}
.TagClassName
{
border-color: #C3F452;
}
</style>