Shades of Conifer #C7F052
Tints of Conifer #C7F052
RGB
CMYK
RGB Variations
Color information
#C7F052 (or 0xC7F052) is known color: Conifer. HEX triplet: C7, F0 and 52. RGB value is (199,240,82). Sum of RGB (Red+Green+Blue) = 199+240+82=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 82 (32.42% from 255 or 15.74% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #C7F052 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F052 is #380FAD. Grayscale: #D2D2D2. Windows color (decimal): -3674030 or 5435591. OLE color: 5435591.
HSL color Cylindrical-coordinate representation of color #C7F052: hue angle of 75.57º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C7F052 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 240 | 82 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.06 |
| HSL | 75.57º | 0.84% | 0.63% | - |
| HSV(B) | 75.57º | 0.66% | 0.94% | - |
| XYZ | 56.24 | 75.07 | 19.51 | - |
| YUV | 209.73 | 55.92 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 240 | 82 | 0.17 | 0 | 0.66 | 0.06 | 75.57 | 0.84 | 0.63 |
| Hex | C7 | F0 | 52 | 11 | 0 | 42 | 6 | 4C | 54 | 3F |
| Octal | 307 | 360 | 122 | 21 | 0 | 102 | 6 | 114 | 124 | 77 |
| Binary | 11000111 | 11110000 | 1010010 | 10001 | 0 | 1000010 | 110 | 1001100 | 1010100 | 111111 |
Color Harmonies of #C7F052
Complementary color
Monochromatic Colors of #C7F052
Black with #C7F052
Text Example
Text Example
White with #C7F052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F052; }
p { color: rgb(199,240,82); }
H1.HeaderClassName
{
color: #C7F052;
}
.AnyTagClassName
{
color: #C7F052;
}
</style>
background-color css
<style>
a { background-color: #C7F052; }
a { background-color: rgb(199,240,82); }
div.DivClassName
{
background-color: #C7F052;
}
.BgClassName
{
background-color: #C7F052;
}
</style>
border-color css
<style>
span { border-color: #C7F052; }
span { border-color: rgb(199,240,82); }
td.TdClassName
{
border-color: #C7F052;
}
.TagClassName
{
border-color: #C7F052;
}
</style>