Shades of Conifer #90F75C
Tints of Conifer #90F75C
RGB
CMYK
RGB Variations
Color information
#90F75C (or 0x90F75C) is known color: Conifer. HEX triplet: 90, F7 and 5C. RGB value is (144,247,92). Sum of RGB (Red+Green+Blue) = 144+247+92=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 247 (96.88% from 255 or 51.14% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 247 - color contains mainly: green. Hex color #90F75C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F75C is #6F08A3. Grayscale: #C7C7C7. Windows color (decimal): -7276708 or 6092688. OLE color: 6092688.
HSL color Cylindrical-coordinate representation of color #90F75C: hue angle of 99.87º 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 #90F75C is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 247 | 92 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.03 |
| HSL | 99.87º | 0.91% | 0.66% | - |
| HSV(B) | 99.87º | 0.63% | 0.97% | - |
| XYZ | 46.69 | 73.22 | 21.8 | - |
| YUV | 198.53 | 67.88 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 247 | 92 | 0.42 | 0 | 0.63 | 0.03 | 99.87 | 0.91 | 0.66 |
| Hex | 90 | F7 | 5C | 2A | 0 | 3F | 3 | 64 | 5B | 42 |
| Octal | 220 | 367 | 134 | 52 | 0 | 77 | 3 | 144 | 133 | 102 |
| Binary | 10010000 | 11110111 | 1011100 | 101010 | 0 | 111111 | 11 | 1100100 | 1011011 | 1000010 |
Color Harmonies of #90F75C
Complementary color
Monochromatic Colors of #90F75C
Black with #90F75C
Text Example
Text Example
White with #90F75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F75C; }
p { color: rgb(144,247,92); }
H1.HeaderClassName
{
color: #90F75C;
}
.AnyTagClassName
{
color: #90F75C;
}
</style>
background-color css
<style>
a { background-color: #90F75C; }
a { background-color: rgb(144,247,92); }
div.DivClassName
{
background-color: #90F75C;
}
.BgClassName
{
background-color: #90F75C;
}
</style>
border-color css
<style>
span { border-color: #90F75C; }
span { border-color: rgb(144,247,92); }
td.TdClassName
{
border-color: #90F75C;
}
.TagClassName
{
border-color: #90F75C;
}
</style>