Html Css Color HEX #80CD20 Yellow Green

📋 copy color: '#80CD20'

red 128 ◦ green 205 ◦ blue 32

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

Shades of Yellow Green #80CD20

Tints of Yellow Green #80CD20

RGB

 RED value IS 128 (50.39% from 255) = 35.07%

 GREEN value IS 205 (80.47% from 255) = 56.16%

 BLUE value IS 32 (12.89% from 255) = 8.77%

R = 35.07%
G = 56.16%
B = 8.77%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#80CD20 (or 0x80CD20) is known color: Yellow Green. HEX triplet: 80, CD and 20. RGB value is (128,205,32). Sum of RGB (Red+Green+Blue) = 128+205+32=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #80CD20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CD20 is #7F32DF. Grayscale: #A2A2A2. Windows color (decimal): -8336096 or 2149760. OLE color: 2149760.

HSL color Cylindrical-coordinate representation of color #80CD20: hue angle of 86.71º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80CD20 is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 205 32 -
CMYK 0.38 0 0.84 0.20
HSL 86.71º 0.73% 0.46% -
HSV(B) 86.71º 0.84% 0.8% -
XYZ 30.99 48.36 9.07 -
YUV 162.26 54.49 103.57 -
System Red Green Blue C M Y K H S L
Decimal 128 205 32 0.38 0 0.84 0.20 86.71 0.73 0.46
Hex 80 CD 20 26 0 54 14 57 49 2E
Octal 200 315 40 46 0 124 24 127 111 56
Binary 10000000 11001101 100000 100110 0 1010100 10100 1010111 1001001 101110

Color Harmonies of #80CD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CD20

Black with #80CD20

Text Example


Text Example

White with #80CD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80CD20; }

 p { color: rgb(128,205,32); }

 H1.HeaderClassName
 {
   color: #80CD20;
 }
 .AnyTagClassName
 {
   color: #80CD20;
 }
</style>

background-color css

<style>
 a { background-color: #80CD20; }

 a { background-color: rgb(128,205,32); }

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

border-color css

<style>
 span { border-color: #80CD20; }

 span { border-color: rgb(128,205,32); }

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