Html Css Color HEX #80D635 Yellow Green

📋 copy color: '#80D635'

red 128 ◦ green 214 ◦ blue 53

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

Shades of Yellow Green #80D635

Tints of Yellow Green #80D635

RGB

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

 GREEN value IS 214 (83.98% from 255) = 54.18%

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

R = 32.41%
G = 54.18%
B = 13.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#80D635 (or 0x80D635) is known color: Yellow Green. HEX triplet: 80, D6 and 35. RGB value is (128,214,53). Sum of RGB (Red+Green+Blue) = 128+214+53=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 214 (83.98% from 255 or 54.18% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 214 - color contains mainly: green. Hex color #80D635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D635 is #7F29CA. Grayscale: #AAAAAA. Windows color (decimal): -8333771 or 3528320. OLE color: 3528320.

HSL color Cylindrical-coordinate representation of color #80D635: hue angle of 92.05º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80D635 is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 214 53 -
CMYK 0.40 0 0.75 0.16
HSL 92.05º 0.66% 0.52% -
HSV(B) 92.05º 0.75% 0.84% -
XYZ 33.59 52.94 11.82 -
YUV 169.93 62.01 98.09 -
System Red Green Blue C M Y K H S L
Decimal 128 214 53 0.40 0 0.75 0.16 92.05 0.66 0.52
Hex 80 D6 35 28 0 4B 10 5C 42 34
Octal 200 326 65 50 0 113 20 134 102 64
Binary 10000000 11010110 110101 101000 0 1001011 10000 1011100 1000010 110100

Color Harmonies of #80D635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D635

Black with #80D635

Text Example


Text Example

White with #80D635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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