Shades of Conifer #C7FB55
Tints of Conifer #C7FB55
RGB
CMYK
RGB Variations
Color information
#C7FB55 (or 0xC7FB55) is known color: Conifer. HEX triplet: C7, FB and 55. RGB value is (199,251,85). Sum of RGB (Red+Green+Blue) = 199+251+85=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 251 (98.44% from 255 or 46.92% from 535); Blue value is 85 (33.59% from 255 or 15.89% from 535); Max value from RGB is 251 - color contains mainly: green. Hex color #C7FB55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7FB55 is #3804AA. Grayscale: #D9D9D9. Windows color (decimal): -3671211 or 5635015. OLE color: 5635015.
HSL color Cylindrical-coordinate representation of color #C7FB55: hue angle of 78.8º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C7FB55 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 251 | 85 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.02 |
| HSL | 78.8º | 0.95% | 0.66% | - |
| HSV(B) | 78.8º | 0.66% | 0.98% | - |
| XYZ | 59.69 | 81.79 | 21.24 | - |
| YUV | 216.53 | 53.77 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 251 | 85 | 0.21 | 0 | 0.66 | 0.02 | 78.8 | 0.95 | 0.66 |
| Hex | C7 | FB | 55 | 15 | 0 | 42 | 2 | 4F | 5F | 42 |
| Octal | 307 | 373 | 125 | 25 | 0 | 102 | 2 | 117 | 137 | 102 |
| Binary | 11000111 | 11111011 | 1010101 | 10101 | 0 | 1000010 | 10 | 1001111 | 1011111 | 1000010 |
Color Harmonies of #C7FB55
Complementary color
Monochromatic Colors of #C7FB55
Black with #C7FB55
Text Example
Text Example
White with #C7FB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FB55; }
p { color: rgb(199,251,85); }
H1.HeaderClassName
{
color: #C7FB55;
}
.AnyTagClassName
{
color: #C7FB55;
}
</style>
background-color css
<style>
a { background-color: #C7FB55; }
a { background-color: rgb(199,251,85); }
div.DivClassName
{
background-color: #C7FB55;
}
.BgClassName
{
background-color: #C7FB55;
}
</style>
border-color css
<style>
span { border-color: #C7FB55; }
span { border-color: rgb(199,251,85); }
td.TdClassName
{
border-color: #C7FB55;
}
.TagClassName
{
border-color: #C7FB55;
}
</style>