Shades of Conifer #C7FF55
Tints of Conifer #C7FF55
RGB
CMYK
RGB Variations
Color information
#C7FF55 (or 0xC7FF55) is known color: Conifer. HEX triplet: C7, FF and 55. RGB value is (199,255,85). Sum of RGB (Red+Green+Blue) = 199+255+85=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 85 (33.59% from 255 or 15.77% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7FF55 is #3800AA. Grayscale: #DBDBDB. Windows color (decimal): -3670187 or 5636039. OLE color: 5636039.
HSL color Cylindrical-coordinate representation of color #C7FF55: hue angle of 79.76º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7FF55 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 85 | - |
| CMYK | 0.22 | 0 | 0.67 | 0 |
| HSL | 79.76º | 1% | 0.67% | - |
| HSV(B) | 79.76º | 0.67% | 1% | - |
| XYZ | 60.95 | 84.32 | 21.66 | - |
| YUV | 218.88 | 52.45 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 85 | 0.22 | 0 | 0.67 | 0 | 79.76 | 1 | 0.67 |
| Hex | C7 | FF | 55 | 16 | 0 | 43 | 0 | 50 | 64 | 43 |
| Octal | 307 | 377 | 125 | 26 | 0 | 103 | 0 | 120 | 144 | 103 |
| Binary | 11000111 | 11111111 | 1010101 | 10110 | 0 | 1000011 | 0 | 1010000 | 1100100 | 1000011 |
Color Harmonies of #C7FF55
Complementary color
Monochromatic Colors of #C7FF55
Black with #C7FF55
Text Example
Text Example
White with #C7FF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FF55; }
p { color: rgb(199,255,85); }
H1.HeaderClassName
{
color: #C7FF55;
}
.AnyTagClassName
{
color: #C7FF55;
}
</style>
background-color css
<style>
a { background-color: #C7FF55; }
a { background-color: rgb(199,255,85); }
div.DivClassName
{
background-color: #C7FF55;
}
.BgClassName
{
background-color: #C7FF55;
}
</style>
border-color css
<style>
span { border-color: #C7FF55; }
span { border-color: rgb(199,255,85); }
td.TdClassName
{
border-color: #C7FF55;
}
.TagClassName
{
border-color: #C7FF55;
}
</style>