Html Css Color HEX #80CA37 Yellow Green

📋 copy color: '#80CA37'

red 128 ◦ green 202 ◦ blue 55

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

Shades of Yellow Green #80CA37

Tints of Yellow Green #80CA37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.29%

R = 33.25%
G = 52.47%
B = 14.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#80CA37 (or 0x80CA37) is known color: Yellow Green. HEX triplet: 80, CA and 37. RGB value is (128,202,55). Sum of RGB (Red+Green+Blue) = 128+202+55=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 202 (79.30% from 255 or 52.47% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CA37 is #7F35C8. Grayscale: #A3A3A3. Windows color (decimal): -8336841 or 3656320. OLE color: 3656320.

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

Color convert

RGB 128 202 55 -
CMYK 0.37 0 0.73 0.21
HSL 90.2º 0.58% 0.5% -
HSV(B) 90.2º 0.73% 0.79% -
XYZ 30.71 47.11 11.09 -
YUV 163.12 66.98 102.95 -
System Red Green Blue C M Y K H S L
Decimal 128 202 55 0.37 0 0.73 0.21 90.2 0.58 0.5
Hex 80 CA 37 25 0 49 15 5A 3A 32
Octal 200 312 67 45 0 111 25 132 72 62
Binary 10000000 11001010 110111 100101 0 1001001 10101 1011010 111010 110010

Color Harmonies of #80CA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CA37

Black with #80CA37

Text Example


Text Example

White with #80CA37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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