Html Css Color HEX #8DD814 Yellow Green

📋 copy color: '#8DD814'

red 141 ◦ green 216 ◦ blue 20

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

Shades of Yellow Green #8DD814

Tints of Yellow Green #8DD814

RGB

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

 GREEN value IS 216 (84.77% from 255) = 57.29%

 BLUE value IS 20 (8.2% from 255) = 5.31%

R = 37.4%
G = 57.29%
B = 5.31%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#8DD814 (or 0x8DD814) is known color: Yellow Green. HEX triplet: 8D, D8 and 14. RGB value is (141,216,20). Sum of RGB (Red+Green+Blue) = 141+216+20=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 216 (84.77% from 255 or 57.29% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DD814 is #7227EB. Grayscale: #ABABAB. Windows color (decimal): -7481324 or 1366157. OLE color: 1366157.

HSL color Cylindrical-coordinate representation of color #8DD814: hue angle of 82.96º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DD814 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 141 216 20 -
CMYK 0.35 0 0.91 0.15
HSL 82.96º 0.83% 0.46% -
HSV(B) 82.96º 0.91% 0.85% -
XYZ 35.67 54.82 9.36 -
YUV 171.23 42.65 106.44 -
System Red Green Blue C M Y K H S L
Decimal 141 216 20 0.35 0 0.91 0.15 82.96 0.83 0.46
Hex 8D D8 14 23 0 5B F 53 53 2E
Octal 215 330 24 43 0 133 17 123 123 56
Binary 10001101 11011000 10100 100011 0 1011011 1111 1010011 1010011 101110

Color Harmonies of #8DD814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD814

Black with #8DD814

Text Example


Text Example

White with #8DD814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,216,20); }

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

background-color css

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

 a { background-color: rgb(141,216,20); }

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

border-color css

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

 span { border-color: rgb(141,216,20); }

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