Shades of Conifer #90F75B
Tints of Conifer #90F75B
RGB
CMYK
RGB Variations
Color information
#90F75B (or 0x90F75B) is known color: Conifer. HEX triplet: 90, F7 and 5B. RGB value is (144,247,91). Sum of RGB (Red+Green+Blue) = 144+247+91=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 247 (96.88% from 255 or 51.24% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 247 - color contains mainly: green. Hex color #90F75B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F75B is #6F08A4. Grayscale: #C6C6C6. Windows color (decimal): -7276709 or 6027152. OLE color: 6027152.
HSL color Cylindrical-coordinate representation of color #90F75B: hue angle of 99.62º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90F75B is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 247 | 91 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.03 |
| HSL | 99.62º | 0.91% | 0.66% | - |
| HSV(B) | 99.62º | 0.63% | 0.97% | - |
| XYZ | 46.65 | 73.21 | 21.57 | - |
| YUV | 198.42 | 67.38 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 247 | 91 | 0.42 | 0 | 0.63 | 0.03 | 99.62 | 0.91 | 0.66 |
| Hex | 90 | F7 | 5B | 2A | 0 | 3F | 3 | 64 | 5B | 42 |
| Octal | 220 | 367 | 133 | 52 | 0 | 77 | 3 | 144 | 133 | 102 |
| Binary | 10010000 | 11110111 | 1011011 | 101010 | 0 | 111111 | 11 | 1100100 | 1011011 | 1000010 |
Color Harmonies of #90F75B
Complementary color
Monochromatic Colors of #90F75B
Black with #90F75B
Text Example
Text Example
White with #90F75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F75B; }
p { color: rgb(144,247,91); }
H1.HeaderClassName
{
color: #90F75B;
}
.AnyTagClassName
{
color: #90F75B;
}
</style>
background-color css
<style>
a { background-color: #90F75B; }
a { background-color: rgb(144,247,91); }
div.DivClassName
{
background-color: #90F75B;
}
.BgClassName
{
background-color: #90F75B;
}
</style>
border-color css
<style>
span { border-color: #90F75B; }
span { border-color: rgb(144,247,91); }
td.TdClassName
{
border-color: #90F75B;
}
.TagClassName
{
border-color: #90F75B;
}
</style>