#92E80D

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

Shades of Spring Bud #92E80D

Tints of Spring Bud #92E80D

Color information

#92E80D (or 0x92E80D) is unknown color: approx Spring Bud. HEX triplet: 92, E8 and 0D. RGB value is (146,232,13). Sum of RGB (Red+Green+Blue) = 146+232+13=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 232 (91.02% from 255 or 59.34% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 232 - color contains mainly: green. Hex color #92E80D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92E80D is #6D17F2. Grayscale: #B6B6B6. Windows color (decimal): -7149555 or 911506. OLE color: 911506.

HSL color Cylindrical-coordinate representation of color #92E80D: hue angle of 83.56º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #92E80D is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB14623213-
CMYK0.3700.940.09
HSL83.56º89.39%48.04%-
HSV(B)83.56º94.4%90.98%-
XYZ40.7863.8510.56-
YUV181.3233.01102.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.34%
GREEN value IS 232 (91.02% from 255) = 59.34%
BLUE value IS 13 (5.47% from 255) = 3.32%
R=37.34%
G=59.34%
B=3.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal146232130.3700.940.0983.5689.3948.04
Hex92E8D2505E9545930
Octal222350154501361112413160
Binary1001001011101000110110010101011110100110101001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E80D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,232,13); }

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

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

 a { background-color: rgb(146,232,13); }

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

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

 span { border-color: rgb(146,232,13); }

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