Html Css Color HEX #8DD50F Yellow Green

📋 copy color: '#8DD50F'

red 141 ◦ green 213 ◦ blue 15

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

Shades of Yellow Green #8DD50F

Tints of Yellow Green #8DD50F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 57.72%

 BLUE value IS 15 (6.25% from 255) = 4.07%

R = 38.21%
G = 57.72%
B = 4.07%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#8DD50F (or 0x8DD50F) is known color: Yellow Green. HEX triplet: 8D, D5 and 0F. RGB value is (141,213,15). Sum of RGB (Red+Green+Blue) = 141+213+15=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 213 (83.59% from 255 or 57.72% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DD50F is #722AF0. Grayscale: #A9A9A9. Windows color (decimal): -7482097 or 1037709. OLE color: 1037709.

HSL color Cylindrical-coordinate representation of color #8DD50F: hue angle of 81.82º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8DD50F is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 141 213 15 -
CMYK 0.34 0 0.93 0.16
HSL 81.82º 0.87% 0.45% -
HSV(B) 81.82º 0.93% 0.84% -
XYZ 34.86 53.29 8.9 -
YUV 168.9 41.15 108.1 -
System Red Green Blue C M Y K H S L
Decimal 141 213 15 0.34 0 0.93 0.16 81.82 0.87 0.45
Hex 8D D5 F 22 0 5D 10 52 57 2D
Octal 215 325 17 42 0 135 20 122 127 55
Binary 10001101 11010101 1111 100010 0 1011101 10000 1010010 1010111 101101

Color Harmonies of #8DD50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD50F

Black with #8DD50F

Text Example


Text Example

White with #8DD50F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,213,15); }

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

background-color css

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

 a { background-color: rgb(141,213,15); }

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

border-color css

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

 span { border-color: rgb(141,213,15); }

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