Shades of Conifer #C7E055
Tints of Conifer #C7E055
RGB
CMYK
RGB Variations
Color information
#C7E055 (or 0xC7E055) is known color: Conifer. HEX triplet: C7, E0 and 55. RGB value is (199,224,85). Sum of RGB (Red+Green+Blue) = 199+224+85=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 85 (33.59% from 255 or 16.73% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #C7E055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7E055 is #381FAA. Grayscale: #C9C9C9. Windows color (decimal): -3678123 or 5628103. OLE color: 5628103.
HSL color Cylindrical-coordinate representation of color #C7E055: hue angle of 70.79º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7E055 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 224 | 85 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.12 |
| HSL | 70.79º | 0.69% | 0.61% | - |
| HSV(B) | 70.79º | 0.62% | 0.88% | - |
| XYZ | 51.85 | 66.11 | 18.62 | - |
| YUV | 200.68 | 62.72 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 224 | 85 | 0.11 | 0 | 0.62 | 0.12 | 70.79 | 0.69 | 0.61 |
| Hex | C7 | E0 | 55 | B | 0 | 3E | C | 47 | 45 | 3D |
| Octal | 307 | 340 | 125 | 13 | 0 | 76 | 14 | 107 | 105 | 75 |
| Binary | 11000111 | 11100000 | 1010101 | 1011 | 0 | 111110 | 1100 | 1000111 | 1000101 | 111101 |
Color Harmonies of #C7E055
Complementary color
Monochromatic Colors of #C7E055
Black with #C7E055
Text Example
Text Example
White with #C7E055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E055; }
p { color: rgb(199,224,85); }
H1.HeaderClassName
{
color: #C7E055;
}
.AnyTagClassName
{
color: #C7E055;
}
</style>
background-color css
<style>
a { background-color: #C7E055; }
a { background-color: rgb(199,224,85); }
div.DivClassName
{
background-color: #C7E055;
}
.BgClassName
{
background-color: #C7E055;
}
</style>
border-color css
<style>
span { border-color: #C7E055; }
span { border-color: rgb(199,224,85); }
td.TdClassName
{
border-color: #C7E055;
}
.TagClassName
{
border-color: #C7E055;
}
</style>