Html Css Color HEX #80D935 Yellow Green

📋 copy color: '#80D935'

red 128 ◦ green 217 ◦ blue 53

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

Shades of Yellow Green #80D935

Tints of Yellow Green #80D935

RGB

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

 GREEN value IS 217 (85.16% from 255) = 54.52%

 BLUE value IS 53 (21.09% from 255) = 13.32%

R = 32.16%
G = 54.52%
B = 13.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#80D935 (or 0x80D935) is known color: Yellow Green. HEX triplet: 80, D9 and 35. RGB value is (128,217,53). Sum of RGB (Red+Green+Blue) = 128+217+53=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 217 (85.16% from 255 or 54.52% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 217 - color contains mainly: green. Hex color #80D935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D935 is #7F26CA. Grayscale: #ACACAC. Windows color (decimal): -8333003 or 3529088. OLE color: 3529088.

HSL color Cylindrical-coordinate representation of color #80D935: hue angle of 92.56º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80D935 is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 217 53 -
CMYK 0.41 0 0.76 0.15
HSL 92.56º 0.68% 0.53% -
HSV(B) 92.56º 0.76% 0.85% -
XYZ 34.36 54.47 12.07 -
YUV 171.69 61.01 96.84 -
System Red Green Blue C M Y K H S L
Decimal 128 217 53 0.41 0 0.76 0.15 92.56 0.68 0.53
Hex 80 D9 35 29 0 4C F 5D 44 35
Octal 200 331 65 51 0 114 17 135 104 65
Binary 10000000 11011001 110101 101001 0 1001100 1111 1011101 1000100 110101

Color Harmonies of #80D935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D935

Black with #80D935

Text Example


Text Example

White with #80D935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,217,53); }

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

background-color css

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

 a { background-color: rgb(128,217,53); }

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

border-color css

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

 span { border-color: rgb(128,217,53); }

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