#8EBE2D

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

Shades of Yellow Green #8EBE2D

Tints of Yellow Green #8EBE2D

Color information

#8EBE2D (or 0x8EBE2D) is unknown color: approx Yellow Green. HEX triplet: 8E, BE and 2D. RGB value is (142,190,45). Sum of RGB (Red+Green+Blue) = 142+190+45=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #8EBE2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBE2D is #7141D2. Grayscale: #9F9F9F. Windows color (decimal): -7422419 or 2997902. OLE color: 2997902.

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

Color convert

RGB14219045-
CMYK0.2500.760.25
HSL79.86º61.7%46.08%-
HSV(B)79.86º76.32%74.51%-
XYZ30.0442.779.15-
YUV159.1263.6115.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.67%
GREEN value IS 190 (74.61% from 255) = 50.40%
BLUE value IS 45 (17.97% from 255) = 11.94%
R=37.67%
G=50.40%
B=11.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142190450.2500.760.2579.8661.746.08
Hex8EBE2D1904C19503e2e
Octal21627655310114311207656
Binary10001110101111101011011100101001100110011010000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,190,45); }

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

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

 a { background-color: rgb(142,190,45); }

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

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

 span { border-color: rgb(142,190,45); }

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