Html Css Color HEX #80C82C Yellow Green

📋 copy color: '#80C82C'

red 128 ◦ green 200 ◦ blue 44

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

Shades of Yellow Green #80C82C

Tints of Yellow Green #80C82C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.76%

 BLUE value IS 44 (17.58% from 255) = 11.83%

R = 34.41%
G = 53.76%
B = 11.83%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#80C82C (or 0x80C82C) is known color: Yellow Green. HEX triplet: 80, C8 and 2C. RGB value is (128,200,44). Sum of RGB (Red+Green+Blue) = 128+200+44=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 200 (78.52% from 255 or 53.76% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 200 - color contains mainly: green. Hex color #80C82C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C82C is #7F37D3. Grayscale: #A1A1A1. Windows color (decimal): -8337364 or 2934912. OLE color: 2934912.

HSL color Cylindrical-coordinate representation of color #80C82C: hue angle of 87.69º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80C82C is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 200 44 -
CMYK 0.36 0 0.78 0.22
HSL 87.69º 0.64% 0.48% -
HSV(B) 87.69º 0.78% 0.78% -
XYZ 30.01 46.08 9.7 -
YUV 160.69 62.15 104.68 -
System Red Green Blue C M Y K H S L
Decimal 128 200 44 0.36 0 0.78 0.22 87.69 0.64 0.48
Hex 80 C8 2C 24 0 4E 16 58 40 30
Octal 200 310 54 44 0 116 26 130 100 60
Binary 10000000 11001000 101100 100100 0 1001110 10110 1011000 1000000 110000

Color Harmonies of #80C82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C82C

Black with #80C82C

Text Example


Text Example

White with #80C82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,200,44); }

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

background-color css

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

 a { background-color: rgb(128,200,44); }

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

border-color css

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

 span { border-color: rgb(128,200,44); }

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