Shades of Conifer #9DF24B
Tints of Conifer #9DF24B
RGB
CMYK
RGB Variations
Color information
#9DF24B (or 0x9DF24B) is known color: Conifer. HEX triplet: 9D, F2 and 4B. RGB value is (157,242,75). Sum of RGB (Red+Green+Blue) = 157+242+75=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF24B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9DF24B is #620DB4. Grayscale: #C6C6C6. Windows color (decimal): -6426037 or 4977309. OLE color: 4977309.
HSL color Cylindrical-coordinate representation of color #9DF24B: hue angle of 90.54º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9DF24B is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 242 | 75 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.05 |
| HSL | 90.54º | 0.87% | 0.62% | - |
| HSV(B) | 90.54º | 0.69% | 0.95% | - |
| XYZ | 46.93 | 71.18 | 17.92 | - |
| YUV | 197.55 | 58.84 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 242 | 75 | 0.35 | 0 | 0.69 | 0.05 | 90.54 | 0.87 | 0.62 |
| Hex | 9D | F2 | 4B | 23 | 0 | 45 | 5 | 5B | 57 | 3E |
| Octal | 235 | 362 | 113 | 43 | 0 | 105 | 5 | 133 | 127 | 76 |
| Binary | 10011101 | 11110010 | 1001011 | 100011 | 0 | 1000101 | 101 | 1011011 | 1010111 | 111110 |
Color Harmonies of #9DF24B
Complementary color
Monochromatic Colors of #9DF24B
Black with #9DF24B
Text Example
Text Example
White with #9DF24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF24B; }
p { color: rgb(157,242,75); }
H1.HeaderClassName
{
color: #9DF24B;
}
.AnyTagClassName
{
color: #9DF24B;
}
</style>
background-color css
<style>
a { background-color: #9DF24B; }
a { background-color: rgb(157,242,75); }
div.DivClassName
{
background-color: #9DF24B;
}
.BgClassName
{
background-color: #9DF24B;
}
</style>
border-color css
<style>
span { border-color: #9DF24B; }
span { border-color: rgb(157,242,75); }
td.TdClassName
{
border-color: #9DF24B;
}
.TagClassName
{
border-color: #9DF24B;
}
</style>