#92EC50

Color #92EC50 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #92EC50

Tints of Conifer #92EC50

Color information

#92EC50 (or 0x92EC50) is unknown color: approx Conifer. HEX triplet: 92, EC and 50. RGB value is (146,236,80). Sum of RGB (Red+Green+Blue) = 146+236+80=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 236 (92.58% from 255 or 51.08% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 236 - color contains mainly: green. Hex color #92EC50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92EC50 is #6D13AF. Grayscale: #BFBFBF. Windows color (decimal): -7148464 or 5303442. OLE color: 5303442.

HSL color Cylindrical-coordinate representation of color #92EC50: hue angle of 94.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #92EC50 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB14623680-
CMYK0.3800.660.07
HSL94.62º80.41%61.96%-
HSV(B)94.62º66.1%92.55%-
XYZ43.366.6818.18-
YUV191.3165.1895.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 31.60%
GREEN value IS 236 (92.58% from 255) = 51.08%
BLUE value IS 80 (31.64% from 255) = 17.32%
R=31.60%
G=51.08%
B=17.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal146236800.3800.660.0794.6280.4161.96
Hex92EC502604275f503e
Octal222354120460102713712076
Binary100100101110110010100001001100100001011110111111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92EC50; }

 p { color: rgb(146,236,80); }

 H1.HeaderClassName
 {
   color: #92EC50;
 }
 .AnyTagClassName
 {
   color: #92EC50;
 }
</style>
background-color css

<style>
 a { background-color: #92EC50; }

 a { background-color: rgb(146,236,80); }

 div.DivClassName
 {
   background-color: #92EC50;
 }
 .BgClassName
 {
   background-color: #92EC50;
 }
</style>
border-color css

<style>
 span { border-color: #92EC50; }

 span { border-color: rgb(146,236,80); }

 td.TdClassName
 {
   border-color: #92EC50;
 }
 .TagClassName
 {
   border-color: #92EC50;
 }
</style>