#8EBD30

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

Shades of Yellow Green #8EBD30

Tints of Yellow Green #8EBD30

Color information

#8EBD30 (or 0x8EBD30) is unknown color: approx Yellow Green. HEX triplet: 8E, BD and 30. RGB value is (142,189,48). Sum of RGB (Red+Green+Blue) = 142+189+48=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBD30 is #7142CF. Grayscale: #9F9F9F. Windows color (decimal): -7422672 or 3194254. OLE color: 3194254.

HSL color Cylindrical-coordinate representation of color #8EBD30: hue angle of 80º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8EBD30 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB14218948-
CMYK0.2500.750.26
HSL80º59.49%46.47%-
HSV(B)80º74.6%74.12%-
XYZ29.8942.369.4-
YUV158.8765.43115.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.47%
GREEN value IS 189 (74.22% from 255) = 49.87%
BLUE value IS 48 (19.14% from 255) = 12.66%
R=37.47%
G=49.87%
B=12.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal142189480.2500.750.268059.4946.47
Hex8EBD301904B1A503b2e
Octal21627560310113321207356
Binary10001110101111011100001100101001011110101010000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EBD30; }

 p { color: rgb(142,189,48); }

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

<style>
 a { background-color: #8EBD30; }

 a { background-color: rgb(142,189,48); }

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

<style>
 span { border-color: #8EBD30; }

 span { border-color: rgb(142,189,48); }

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