Shades of Conifer #C0F152
Tints of Conifer #C0F152
RGB
CMYK
RGB Variations
Color information
#C0F152 (or 0xC0F152) is known color: Conifer. HEX triplet: C0, F1 and 52. RGB value is (192,241,82). Sum of RGB (Red+Green+Blue) = 192+241+82=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 82 (32.42% from 255 or 15.92% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F152 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F152 is #3F0EAD. Grayscale: #D0D0D0. Windows color (decimal): -4132526 or 5435840. OLE color: 5435840.
HSL color Cylindrical-coordinate representation of color #C0F152: hue angle of 78.49º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0F152 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 82 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.05 |
| HSL | 78.49º | 0.85% | 0.63% | - |
| HSV(B) | 78.49º | 0.66% | 0.95% | - |
| XYZ | 54.72 | 74.73 | 19.52 | - |
| YUV | 208.22 | 56.77 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 82 | 0.20 | 0 | 0.66 | 0.05 | 78.49 | 0.85 | 0.63 |
| Hex | C0 | F1 | 52 | 14 | 0 | 42 | 5 | 4E | 55 | 3F |
| Octal | 300 | 361 | 122 | 24 | 0 | 102 | 5 | 116 | 125 | 77 |
| Binary | 11000000 | 11110001 | 1010010 | 10100 | 0 | 1000010 | 101 | 1001110 | 1010101 | 111111 |
Color Harmonies of #C0F152
Complementary color
Monochromatic Colors of #C0F152
Black with #C0F152
Text Example
Text Example
White with #C0F152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F152; }
p { color: rgb(192,241,82); }
H1.HeaderClassName
{
color: #C0F152;
}
.AnyTagClassName
{
color: #C0F152;
}
</style>
background-color css
<style>
a { background-color: #C0F152; }
a { background-color: rgb(192,241,82); }
div.DivClassName
{
background-color: #C0F152;
}
.BgClassName
{
background-color: #C0F152;
}
</style>
border-color css
<style>
span { border-color: #C0F152; }
span { border-color: rgb(192,241,82); }
td.TdClassName
{
border-color: #C0F152;
}
.TagClassName
{
border-color: #C0F152;
}
</style>