#92ED50

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

Shades of Conifer #92ED50

Tints of Conifer #92ED50

Color information

#92ED50 (or 0x92ED50) is unknown color: approx Conifer. HEX triplet: 92, ED and 50. RGB value is (146,237,80). Sum of RGB (Red+Green+Blue) = 146+237+80=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 237 (92.97% from 255 or 51.19% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 237 - color contains mainly: green. Hex color #92ED50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92ED50 is #6D12AF. Grayscale: #C0C0C0. Windows color (decimal): -7148208 or 5303698. OLE color: 5303698.

HSL color Cylindrical-coordinate representation of color #92ED50: hue angle of 94.78º degrees, saturation: 0.81, 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 #92ED50 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB14623780-
CMYK0.3800.660.07
HSL94.78º81.35%62.16%-
HSV(B)94.78º66.24%92.94%-
XYZ43.5967.2618.27-
YUV191.8964.8595.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.53%
GREEN value IS 237 (92.97% from 255) = 51.19%
BLUE value IS 80 (31.64% from 255) = 17.28%
R=31.53%
G=51.19%
B=17.28%

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
Decimal146237800.3800.660.0794.7881.3562.16
Hex92ED502604275f513e
Octal222355120460102713712176
Binary100100101110110110100001001100100001011110111111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ED50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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