Shades of Conifer #9DFB5D
Tints of Conifer #9DFB5D
RGB
CMYK
RGB Variations
Color information
#9DFB5D (or 0x9DFB5D) is known color: Conifer. HEX triplet: 9D, FB and 5D. RGB value is (157,251,93). Sum of RGB (Red+Green+Blue) = 157+251+93=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #9DFB5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFB5D is #6204A2. Grayscale: #CDCDCD. Windows color (decimal): -6423715 or 6159261. OLE color: 6159261.
HSL color Cylindrical-coordinate representation of color #9DFB5D: hue angle of 95.7º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9DFB5D is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
RGB | 157 | 251 | 93 | - |
CMYK | 0.37 | 0 | 0.63 | 0.02 |
HSL | 95.7º | 0.95% | 0.67% | - |
HSV(B) | 95.7º | 0.63% | 0.98% | - |
XYZ | 50.38 | 76.95 | 22.55 | - |
YUV | 204.88 | 64.86 | 93.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 251 | 93 | 0.37 | 0 | 0.63 | 0.02 | 95.7 | 0.95 | 0.67 |
Hex | 9D | FB | 5D | 25 | 0 | 3F | 2 | 60 | 5F | 43 |
Octal | 235 | 373 | 135 | 45 | 0 | 77 | 2 | 140 | 137 | 103 |
Binary | 10011101 | 11111011 | 1011101 | 100101 | 0 | 111111 | 10 | 1100000 | 1011111 | 1000011 |
Color Harmonies of #9DFB5D
Complementary color
Monochromatic Colors of #9DFB5D
Black with #9DFB5D
Text Example
Text Example
White with #9DFB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFB5D; }
p { color: rgb(157,251,93); }
H1.HeaderClassName
{
color: #9DFB5D;
}
.AnyTagClassName
{
color: #9DFB5D;
}
</style>
background-color css
<style>
a { background-color: #9DFB5D; }
a { background-color: rgb(157,251,93); }
div.DivClassName
{
background-color: #9DFB5D;
}
.BgClassName
{
background-color: #9DFB5D;
}
</style>
border-color css
<style>
span { border-color: #9DFB5D; }
span { border-color: rgb(157,251,93); }
td.TdClassName
{
border-color: #9DFB5D;
}
.TagClassName
{
border-color: #9DFB5D;
}
</style>