Shades of Conifer #97FE5C
Tints of Conifer #97FE5C
RGB
CMYK
RGB Variations
Color information
#97FE5C (or 0x97FE5C) is known color: Conifer. HEX triplet: 97, FE and 5C. RGB value is (151,254,92). Sum of RGB (Red+Green+Blue) = 151+254+92=497 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.38% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #97FE5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97FE5C is #6801A3. Grayscale: #CDCDCD. Windows color (decimal): -6816164 or 6094487. OLE color: 6094487.
HSL color Cylindrical-coordinate representation of color #97FE5C: hue angle of 98.15º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97FE5C is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 151 | 254 | 92 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.00 |
| HSL | 98.15º | 0.99% | 0.68% | - |
| HSV(B) | 98.15º | 0.64% | 1% | - |
| XYZ | 50.14 | 78.24 | 22.58 | - |
| YUV | 204.74 | 64.38 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 254 | 92 | 0.41 | 0 | 0.64 | 0.00 | 98.15 | 0.99 | 0.68 |
| Hex | 97 | FE | 5C | 29 | 0 | 40 | 0 | 62 | 63 | 44 |
| Octal | 227 | 376 | 134 | 51 | 0 | 100 | 0 | 142 | 143 | 104 |
| Binary | 10010111 | 11111110 | 1011100 | 101001 | 0 | 1000000 | 0 | 1100010 | 1100011 | 1000100 |
Color Harmonies of #97FE5C
Complementary color
Monochromatic Colors of #97FE5C
Black with #97FE5C
Text Example
Text Example
White with #97FE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FE5C; }
p { color: rgb(151,254,92); }
H1.HeaderClassName
{
color: #97FE5C;
}
.AnyTagClassName
{
color: #97FE5C;
}
</style>
background-color css
<style>
a { background-color: #97FE5C; }
a { background-color: rgb(151,254,92); }
div.DivClassName
{
background-color: #97FE5C;
}
.BgClassName
{
background-color: #97FE5C;
}
</style>
border-color css
<style>
span { border-color: #97FE5C; }
span { border-color: rgb(151,254,92); }
td.TdClassName
{
border-color: #97FE5C;
}
.TagClassName
{
border-color: #97FE5C;
}
</style>