Shades of Conifer #C2FA53
Tints of Conifer #C2FA53
RGB
CMYK
RGB Variations
Color information
#C2FA53 (or 0xC2FA53) is known color: Conifer. HEX triplet: C2, FA and 53. RGB value is (194,250,83). Sum of RGB (Red+Green+Blue) = 194+250+83=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 83 (32.81% from 255 or 15.75% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FA53 is #3D05AC. Grayscale: #D6D6D6. Windows color (decimal): -3999149 or 5503682. OLE color: 5503682.
HSL color Cylindrical-coordinate representation of color #C2FA53: hue angle of 80.12º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2FA53 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 83 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.02 |
| HSL | 80.12º | 0.94% | 0.65% | - |
| HSV(B) | 80.12º | 0.67% | 0.98% | - |
| XYZ | 58 | 80.47 | 20.66 | - |
| YUV | 214.22 | 53.95 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 83 | 0.22 | 0 | 0.67 | 0.02 | 80.12 | 0.94 | 0.65 |
| Hex | C2 | FA | 53 | 16 | 0 | 43 | 2 | 50 | 5E | 41 |
| Octal | 302 | 372 | 123 | 26 | 0 | 103 | 2 | 120 | 136 | 101 |
| Binary | 11000010 | 11111010 | 1010011 | 10110 | 0 | 1000011 | 10 | 1010000 | 1011110 | 1000001 |
Color Harmonies of #C2FA53
Complementary color
Monochromatic Colors of #C2FA53
Black with #C2FA53
Text Example
Text Example
White with #C2FA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA53; }
p { color: rgb(194,250,83); }
H1.HeaderClassName
{
color: #C2FA53;
}
.AnyTagClassName
{
color: #C2FA53;
}
</style>
background-color css
<style>
a { background-color: #C2FA53; }
a { background-color: rgb(194,250,83); }
div.DivClassName
{
background-color: #C2FA53;
}
.BgClassName
{
background-color: #C2FA53;
}
</style>
border-color css
<style>
span { border-color: #C2FA53; }
span { border-color: rgb(194,250,83); }
td.TdClassName
{
border-color: #C2FA53;
}
.TagClassName
{
border-color: #C2FA53;
}
</style>