Shades of Conifer #97D55B
Tints of Conifer #97D55B
RGB
CMYK
RGB Variations
Color information
#97D55B (or 0x97D55B) is known color: Conifer. HEX triplet: 97, D5 and 5B. RGB value is (151,213,91). Sum of RGB (Red+Green+Blue) = 151+213+91=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 213 - color contains mainly: green. Hex color #97D55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D55B is #682AA4. Grayscale: #B4B4B4. Windows color (decimal): -6826661 or 6018455. OLE color: 6018455.
HSL color Cylindrical-coordinate representation of color #97D55B: hue angle of 90.49º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #97D55B is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 213 | 91 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.16 |
| HSL | 90.49º | 0.59% | 0.6% | - |
| HSV(B) | 90.49º | 0.57% | 0.84% | - |
| XYZ | 38.45 | 54.92 | 18.47 | - |
| YUV | 180.55 | 77.46 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 213 | 91 | 0.29 | 0 | 0.57 | 0.16 | 90.49 | 0.59 | 0.6 |
| Hex | 97 | D5 | 5B | 1D | 0 | 39 | 10 | 5A | 3B | 3C |
| Octal | 227 | 325 | 133 | 35 | 0 | 71 | 20 | 132 | 73 | 74 |
| Binary | 10010111 | 11010101 | 1011011 | 11101 | 0 | 111001 | 10000 | 1011010 | 111011 | 111100 |
Color Harmonies of #97D55B
Complementary color
Monochromatic Colors of #97D55B
Black with #97D55B
Text Example
Text Example
White with #97D55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D55B; }
p { color: rgb(151,213,91); }
H1.HeaderClassName
{
color: #97D55B;
}
.AnyTagClassName
{
color: #97D55B;
}
</style>
background-color css
<style>
a { background-color: #97D55B; }
a { background-color: rgb(151,213,91); }
div.DivClassName
{
background-color: #97D55B;
}
.BgClassName
{
background-color: #97D55B;
}
</style>
border-color css
<style>
span { border-color: #97D55B; }
span { border-color: rgb(151,213,91); }
td.TdClassName
{
border-color: #97D55B;
}
.TagClassName
{
border-color: #97D55B;
}
</style>