Shades of Conifer #92F353
Tints of Conifer #92F353
RGB
CMYK
RGB Variations
Color information
#92F353 (or 0x92F353) is known color: Conifer. HEX triplet: 92, F3 and 53. RGB value is (146,243,83). Sum of RGB (Red+Green+Blue) = 146+243+83=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 243 (95.31% from 255 or 51.48% from 472); Blue value is 83 (32.81% from 255 or 17.58% from 472); Max value from RGB is 243 - color contains mainly: green. Hex color #92F353 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92F353 is #6D0CAC. Grayscale: #C4C4C4. Windows color (decimal): -7146669 or 5501842. OLE color: 5501842.
HSL color Cylindrical-coordinate representation of color #92F353: hue angle of 96.38º degrees, saturation: 0.87, 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 #92F353 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 243 | 83 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.05 |
| HSL | 96.38º | 0.87% | 0.64% | - |
| HSV(B) | 96.38º | 0.66% | 0.95% | - |
| XYZ | 45.47 | 70.84 | 19.46 | - |
| YUV | 195.76 | 64.36 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 243 | 83 | 0.40 | 0 | 0.66 | 0.05 | 96.38 | 0.87 | 0.64 |
| Hex | 92 | F3 | 53 | 28 | 0 | 42 | 5 | 60 | 57 | 40 |
| Octal | 222 | 363 | 123 | 50 | 0 | 102 | 5 | 140 | 127 | 100 |
| Binary | 10010010 | 11110011 | 1010011 | 101000 | 0 | 1000010 | 101 | 1100000 | 1010111 | 1000000 |
Color Harmonies of #92F353
Complementary color
Monochromatic Colors of #92F353
Black with #92F353
Text Example
Text Example
White with #92F353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F353; }
p { color: rgb(146,243,83); }
H1.HeaderClassName
{
color: #92F353;
}
.AnyTagClassName
{
color: #92F353;
}
</style>
background-color css
<style>
a { background-color: #92F353; }
a { background-color: rgb(146,243,83); }
div.DivClassName
{
background-color: #92F353;
}
.BgClassName
{
background-color: #92F353;
}
</style>
border-color css
<style>
span { border-color: #92F353; }
span { border-color: rgb(146,243,83); }
td.TdClassName
{
border-color: #92F353;
}
.TagClassName
{
border-color: #92F353;
}
</style>