Html Css Color HEX #80D02D Yellow Green

📋 copy color: '#80D02D'

red 128 ◦ green 208 ◦ blue 45

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

Shades of Yellow Green #80D02D

Tints of Yellow Green #80D02D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 54.59%

 BLUE value IS 45 (17.97% from 255) = 11.81%

R = 33.6%
G = 54.59%
B = 11.81%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#80D02D (or 0x80D02D) is known color: Yellow Green. HEX triplet: 80, D0 and 2D. RGB value is (128,208,45). Sum of RGB (Red+Green+Blue) = 128+208+45=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 208 (81.64% from 255 or 54.59% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 208 - color contains mainly: green. Hex color #80D02D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D02D is #7F2FD2. Grayscale: #A6A6A6. Windows color (decimal): -8335315 or 3002496. OLE color: 3002496.

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

Color convert

RGB 128 208 45 -
CMYK 0.38 0 0.78 0.18
HSL 89.45º 0.64% 0.5% -
HSV(B) 89.45º 0.78% 0.82% -
XYZ 31.93 49.89 10.43 -
YUV 165.5 60 101.25 -
System Red Green Blue C M Y K H S L
Decimal 128 208 45 0.38 0 0.78 0.18 89.45 0.64 0.5
Hex 80 D0 2D 26 0 4E 12 59 40 32
Octal 200 320 55 46 0 116 22 131 100 62
Binary 10000000 11010000 101101 100110 0 1001110 10010 1011001 1000000 110010

Color Harmonies of #80D02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D02D

Black with #80D02D

Text Example


Text Example

White with #80D02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,208,45); }

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

background-color css

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

 a { background-color: rgb(128,208,45); }

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

border-color css

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

 span { border-color: rgb(128,208,45); }

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