Html Css Color HEX #80C631 Yellow Green

📋 copy color: '#80C631'

red 128 ◦ green 198 ◦ blue 49

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

Shades of Yellow Green #80C631

Tints of Yellow Green #80C631

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.8%

 BLUE value IS 49 (19.53% from 255) = 13.07%

R = 34.13%
G = 52.8%
B = 13.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#80C631 (or 0x80C631) is known color: Yellow Green. HEX triplet: 80, C6 and 31. RGB value is (128,198,49). Sum of RGB (Red+Green+Blue) = 128+198+49=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 198 (77.73% from 255 or 52.8% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 198 - color contains mainly: green. Hex color #80C631 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C631 is #7F39CE. Grayscale: #A0A0A0. Windows color (decimal): -8337871 or 3262080. OLE color: 3262080.

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

Color convert

RGB 128 198 49 -
CMYK 0.35 0 0.75 0.22
HSL 88.19º 0.6% 0.48% -
HSV(B) 88.19º 0.75% 0.78% -
XYZ 29.65 45.2 10.07 -
YUV 160.08 65.31 105.12 -
System Red Green Blue C M Y K H S L
Decimal 128 198 49 0.35 0 0.75 0.22 88.19 0.6 0.48
Hex 80 C6 31 23 0 4B 16 58 3C 30
Octal 200 306 61 43 0 113 26 130 74 60
Binary 10000000 11000110 110001 100011 0 1001011 10110 1011000 111100 110000

Color Harmonies of #80C631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C631

Black with #80C631

Text Example


Text Example

White with #80C631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,198,49); }

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

background-color css

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

 a { background-color: rgb(128,198,49); }

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

border-color css

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

 span { border-color: rgb(128,198,49); }

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