Html Css Color HEX #8DD032 Yellow Green

📋 copy color: '#8DD032'

red 141 ◦ green 208 ◦ blue 50

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

Shades of Yellow Green #8DD032

Tints of Yellow Green #8DD032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.53%

R = 35.34%
G = 52.13%
B = 12.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#8DD032 (or 0x8DD032) is known color: Yellow Green. HEX triplet: 8D, D0 and 32. RGB value is (141,208,50). Sum of RGB (Red+Green+Blue) = 141+208+50=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD032 is #722FCD. Grayscale: #AAAAAA. Windows color (decimal): -7483342 or 3330189. OLE color: 3330189.

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

Color convert

RGB 141 208 50 -
CMYK 0.32 0 0.76 0.18
HSL 85.44º 0.63% 0.51% -
HSV(B) 85.44º 0.76% 0.82% -
XYZ 34.12 51 11.06 -
YUV 169.96 60.3 107.35 -
System Red Green Blue C M Y K H S L
Decimal 141 208 50 0.32 0 0.76 0.18 85.44 0.63 0.51
Hex 8D D0 32 20 0 4C 12 55 3F 33
Octal 215 320 62 40 0 114 22 125 77 63
Binary 10001101 11010000 110010 100000 0 1001100 10010 1010101 111111 110011

Color Harmonies of #8DD032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD032

Black with #8DD032

Text Example


Text Example

White with #8DD032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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