Html Css Color HEX #8DD034 Yellow Green

📋 copy color: '#8DD034'

red 141 ◦ green 208 ◦ blue 52

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

Shades of Yellow Green #8DD034

Tints of Yellow Green #8DD034

RGB

 RED value IS 141 (55.47% from 255) = 35.16%

 GREEN value IS 208 (81.64% from 255) = 51.87%

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

R = 35.16%
G = 51.87%
B = 12.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#8DD034 (or 0x8DD034) is known color: Yellow Green. HEX triplet: 8D, D0 and 34. RGB value is (141,208,52). Sum of RGB (Red+Green+Blue) = 141+208+52=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 208 (81.64% from 255 or 51.87% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD034 is #722FCB. Grayscale: #AAAAAA. Windows color (decimal): -7483340 or 3461261. OLE color: 3461261.

HSL color Cylindrical-coordinate representation of color #8DD034: hue angle of 85.77º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8DD034 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 141 208 52 -
CMYK 0.32 0 0.75 0.18
HSL 85.77º 0.62% 0.51% -
HSV(B) 85.77º 0.75% 0.82% -
XYZ 34.16 51.02 11.3 -
YUV 170.18 61.3 107.18 -
System Red Green Blue C M Y K H S L
Decimal 141 208 52 0.32 0 0.75 0.18 85.77 0.62 0.51
Hex 8D D0 34 20 0 4B 12 56 3E 33
Octal 215 320 64 40 0 113 22 126 76 63
Binary 10001101 11010000 110100 100000 0 1001011 10010 1010110 111110 110011

Color Harmonies of #8DD034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD034

Black with #8DD034

Text Example


Text Example

White with #8DD034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,208,52); }

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

background-color css

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

 a { background-color: rgb(141,208,52); }

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

border-color css

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

 span { border-color: rgb(141,208,52); }

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