Html Css Color HEX #80CA2D Yellow Green

📋 copy color: '#80CA2D'

red 128 ◦ green 202 ◦ blue 45

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

Shades of Yellow Green #80CA2D

Tints of Yellow Green #80CA2D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.87%

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

R = 34.13%
G = 53.87%
B = 12%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#80CA2D (or 0x80CA2D) is known color: Yellow Green. HEX triplet: 80, CA and 2D. RGB value is (128,202,45). Sum of RGB (Red+Green+Blue) = 128+202+45=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CA2D is #7F35D2. Grayscale: #A2A2A2. Windows color (decimal): -8336851 or 3000960. OLE color: 3000960.

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

Color convert

RGB 128 202 45 -
CMYK 0.37 0 0.78 0.21
HSL 88.28º 0.64% 0.48% -
HSV(B) 88.28º 0.78% 0.79% -
XYZ 30.5 47.02 9.95 -
YUV 161.98 61.98 103.77 -
System Red Green Blue C M Y K H S L
Decimal 128 202 45 0.37 0 0.78 0.21 88.28 0.64 0.48
Hex 80 CA 2D 25 0 4E 15 58 40 30
Octal 200 312 55 45 0 116 25 130 100 60
Binary 10000000 11001010 101101 100101 0 1001110 10101 1011000 1000000 110000

Color Harmonies of #80CA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CA2D

Black with #80CA2D

Text Example


Text Example

White with #80CA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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