Html Css Color HEX #8DD130 Yellow Green

📋 copy color: '#8DD130'

red 141 ◦ green 209 ◦ blue 48

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

Shades of Yellow Green #8DD130

Tints of Yellow Green #8DD130

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.51%

 BLUE value IS 48 (19.14% from 255) = 12.06%

R = 35.43%
G = 52.51%
B = 12.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#8DD130 (or 0x8DD130) is known color: Yellow Green. HEX triplet: 8D, D1 and 30. RGB value is (141,209,48). Sum of RGB (Red+Green+Blue) = 141+209+48=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 209 (82.03% from 255 or 52.51% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD130 is #722ECF. Grayscale: #AAAAAA. Windows color (decimal): -7483088 or 3199373. OLE color: 3199373.

HSL color Cylindrical-coordinate representation of color #8DD130: hue angle of 85.34º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8DD130 is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 141 209 48 -
CMYK 0.33 0 0.77 0.18
HSL 85.34º 0.64% 0.5% -
HSV(B) 85.34º 0.77% 0.82% -
XYZ 34.32 51.48 10.92 -
YUV 170.31 58.97 107.09 -
System Red Green Blue C M Y K H S L
Decimal 141 209 48 0.33 0 0.77 0.18 85.34 0.64 0.5
Hex 8D D1 30 21 0 4D 12 55 40 32
Octal 215 321 60 41 0 115 22 125 100 62
Binary 10001101 11010001 110000 100001 0 1001101 10010 1010101 1000000 110010

Color Harmonies of #8DD130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD130

Black with #8DD130

Text Example


Text Example

White with #8DD130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,209,48); }

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

background-color css

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

 a { background-color: rgb(141,209,48); }

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

border-color css

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

 span { border-color: rgb(141,209,48); }

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