#92d520

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

Shades of Yellow Green #92D520

Tints of Yellow Green #92D520

Color information

#92D520 (or 0x92D520) is unknown color: approx Yellow Green. HEX triplet: 92, D5 and 20. RGB value is (146,213,32). Sum of RGB (Red+Green+Blue) = 146+213+32=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 213 (83.59% from 255 or 54.48% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 213 - color contains mainly: green. Hex color #92D520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92D520 is #6D2ADF. Grayscale: #ACACAC. Windows color (decimal): -7154400 or 2151826. OLE color: 2151826.

HSL color Cylindrical-coordinate representation of color #92D520: hue angle of 82.21º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #92D520 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB14621332-
CMYK0.3100.850.16
HSL82.21º73.88%48.04%-
HSV(B)82.21º84.98%83.53%-
XYZ35.9153.89.86-
YUV172.3348.8109.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.34%
GREEN value IS 213 (83.59% from 255) = 54.48%
BLUE value IS 32 (12.89% from 255) = 8.18%
R=37.34%
G=54.48%
B=8.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal146213320.3100.850.1682.2173.8848.04
Hex92D5201F05510524a30
Octal222325403701252012211260
Binary100100101101010110000011111010101011000010100101001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92d520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,213,32); }

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

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

 a { background-color: rgb(146,213,32); }

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

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

 span { border-color: rgb(146,213,32); }

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