Html Css Color HEX #8EBD34 Yellow Green

📋 copy color: '#8EBD34'

red 142 ◦ green 189 ◦ blue 52

#8EBD34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #8EBD34

Tints of Yellow Green #8EBD34

RGB

 RED value IS 142 (55.86% from 255) = 37.08%

 GREEN value IS 189 (74.22% from 255) = 49.35%

 BLUE value IS 52 (20.7% from 255) = 13.58%

R = 37.08%
G = 49.35%
B = 13.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#8EBD34 (or 0x8EBD34) is known color: Yellow Green. HEX triplet: 8E, BD and 34. RGB value is (142,189,52). Sum of RGB (Red+Green+Blue) = 142+189+52=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBD34 is #7142CB. Grayscale: #9F9F9F. Windows color (decimal): -7422668 or 3456398. OLE color: 3456398.

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

Color convert

RGB 142 189 52 -
CMYK 0.25 0 0.72 0.26
HSL 80.58º 0.57% 0.47% -
HSV(B) 80.58º 0.72% 0.74% -
XYZ 29.97 42.39 9.85 -
YUV 159.33 67.43 115.64 -
System Red Green Blue C M Y K H S L
Decimal 142 189 52 0.25 0 0.72 0.26 80.58 0.57 0.47
Hex 8E BD 34 19 0 48 1A 51 39 2F
Octal 216 275 64 31 0 110 32 121 71 57
Binary 10001110 10111101 110100 11001 0 1001000 11010 1010001 111001 101111

Color Harmonies of #8EBD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBD34

Black with #8EBD34

Text Example


Text Example

White with #8EBD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EBD34;
 }
 .AnyTagClassName
 {
   color: #8EBD34;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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