Shades of Conifer #C3FF52
Tints of Conifer #C3FF52
RGB
CMYK
RGB Variations
Color information
#C3FF52 (or 0xC3FF52) is known color: Conifer. HEX triplet: C3, FF and 52. RGB value is (195,255,82). Sum of RGB (Red+Green+Blue) = 195+255+82=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 82 (32.42% from 255 or 15.41% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FF52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3FF52 is #3C00AD. Grayscale: #D9D9D9. Windows color (decimal): -3932334 or 5439427. OLE color: 5439427.
HSL color Cylindrical-coordinate representation of color #C3FF52: hue angle of 80.81º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3FF52 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 82 | - |
| CMYK | 0.24 | 0 | 0.68 | 0 |
| HSL | 80.81º | 1% | 0.66% | - |
| HSV(B) | 80.81º | 0.68% | 1% | - |
| XYZ | 59.79 | 83.73 | 20.99 | - |
| YUV | 217.34 | 51.62 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 82 | 0.24 | 0 | 0.68 | 0 | 80.81 | 1 | 0.66 |
| Hex | C3 | FF | 52 | 18 | 0 | 44 | 0 | 51 | 64 | 42 |
| Octal | 303 | 377 | 122 | 30 | 0 | 104 | 0 | 121 | 144 | 102 |
| Binary | 11000011 | 11111111 | 1010010 | 11000 | 0 | 1000100 | 0 | 1010001 | 1100100 | 1000010 |
Color Harmonies of #C3FF52
Complementary color
Monochromatic Colors of #C3FF52
Black with #C3FF52
Text Example
Text Example
White with #C3FF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FF52; }
p { color: rgb(195,255,82); }
H1.HeaderClassName
{
color: #C3FF52;
}
.AnyTagClassName
{
color: #C3FF52;
}
</style>
background-color css
<style>
a { background-color: #C3FF52; }
a { background-color: rgb(195,255,82); }
div.DivClassName
{
background-color: #C3FF52;
}
.BgClassName
{
background-color: #C3FF52;
}
</style>
border-color css
<style>
span { border-color: #C3FF52; }
span { border-color: rgb(195,255,82); }
td.TdClassName
{
border-color: #C3FF52;
}
.TagClassName
{
border-color: #C3FF52;
}
</style>