Shades of Conifer #90F253
Tints of Conifer #90F253
RGB
CMYK
RGB Variations
Color information
#90F253 (or 0x90F253) is known color: Conifer. HEX triplet: 90, F2 and 53. RGB value is (144,242,83). Sum of RGB (Red+Green+Blue) = 144+242+83=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 242 (94.92% from 255 or 51.60% from 469); Blue value is 83 (32.81% from 255 or 17.70% from 469); Max value from RGB is 242 - color contains mainly: green. Hex color #90F253 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F253 is #6F0DAC. Grayscale: #C3C3C3. Windows color (decimal): -7277997 or 5501584. OLE color: 5501584.
HSL color Cylindrical-coordinate representation of color #90F253: hue angle of 96.98º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90F253 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 83 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.05 |
| HSL | 96.98º | 0.86% | 0.64% | - |
| HSV(B) | 96.98º | 0.66% | 0.95% | - |
| XYZ | 44.82 | 70.06 | 19.34 | - |
| YUV | 194.57 | 65.03 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 83 | 0.40 | 0 | 0.66 | 0.05 | 96.98 | 0.86 | 0.64 |
| Hex | 90 | F2 | 53 | 28 | 0 | 42 | 5 | 61 | 56 | 40 |
| Octal | 220 | 362 | 123 | 50 | 0 | 102 | 5 | 141 | 126 | 100 |
| Binary | 10010000 | 11110010 | 1010011 | 101000 | 0 | 1000010 | 101 | 1100001 | 1010110 | 1000000 |
Color Harmonies of #90F253
Complementary color
Monochromatic Colors of #90F253
Black with #90F253
Text Example
Text Example
White with #90F253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F253; }
p { color: rgb(144,242,83); }
H1.HeaderClassName
{
color: #90F253;
}
.AnyTagClassName
{
color: #90F253;
}
</style>
background-color css
<style>
a { background-color: #90F253; }
a { background-color: rgb(144,242,83); }
div.DivClassName
{
background-color: #90F253;
}
.BgClassName
{
background-color: #90F253;
}
</style>
border-color css
<style>
span { border-color: #90F253; }
span { border-color: rgb(144,242,83); }
td.TdClassName
{
border-color: #90F253;
}
.TagClassName
{
border-color: #90F253;
}
</style>