Html Css Color HEX #8DD512 Yellow Green

📋 copy color: '#8DD512'

red 141 ◦ green 213 ◦ blue 18

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

Shades of Yellow Green #8DD512

Tints of Yellow Green #8DD512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.84%

R = 37.9%
G = 57.26%
B = 4.84%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#8DD512 (or 0x8DD512) is known color: Yellow Green. HEX triplet: 8D, D5 and 12. RGB value is (141,213,18). Sum of RGB (Red+Green+Blue) = 141+213+18=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 213 (83.59% from 255 or 57.26% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DD512 is #722AED. Grayscale: #A9A9A9. Windows color (decimal): -7482094 or 1234317. OLE color: 1234317.

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

Color convert

RGB 141 213 18 -
CMYK 0.34 0 0.92 0.16
HSL 82.15º 0.84% 0.45% -
HSV(B) 82.15º 0.92% 0.84% -
XYZ 34.89 53.29 9.02 -
YUV 169.24 42.65 107.86 -
System Red Green Blue C M Y K H S L
Decimal 141 213 18 0.34 0 0.92 0.16 82.15 0.84 0.45
Hex 8D D5 12 22 0 5C 10 52 54 2D
Octal 215 325 22 42 0 134 20 122 124 55
Binary 10001101 11010101 10010 100010 0 1011100 10000 1010010 1010100 101101

Color Harmonies of #8DD512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD512

Black with #8DD512

Text Example


Text Example

White with #8DD512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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