Html Css Color HEX #80CD37 Yellow Green

📋 copy color: '#80CD37'

red 128 ◦ green 205 ◦ blue 55

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

Shades of Yellow Green #80CD37

Tints of Yellow Green #80CD37

RGB

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

 GREEN value IS 205 (80.47% from 255) = 52.84%

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

R = 32.99%
G = 52.84%
B = 14.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#80CD37 (or 0x80CD37) is known color: Yellow Green. HEX triplet: 80, CD and 37. RGB value is (128,205,55). Sum of RGB (Red+Green+Blue) = 128+205+55=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 205 (80.47% from 255 or 52.84% from 388); Blue value is 55 (21.88% from 255 or 14.18% from 388); Max value from RGB is 205 - color contains mainly: green. Hex color #80CD37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CD37 is #7F32C8. Grayscale: #A5A5A5. Windows color (decimal): -8336073 or 3657088. OLE color: 3657088.

HSL color Cylindrical-coordinate representation of color #80CD37: hue angle of 90.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80CD37 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 205 55 -
CMYK 0.38 0 0.73 0.20
HSL 90.8º 0.6% 0.51% -
HSV(B) 90.8º 0.73% 0.8% -
XYZ 31.42 48.53 11.33 -
YUV 164.88 65.99 101.7 -
System Red Green Blue C M Y K H S L
Decimal 128 205 55 0.38 0 0.73 0.20 90.8 0.6 0.51
Hex 80 CD 37 26 0 49 14 5B 3C 33
Octal 200 315 67 46 0 111 24 133 74 63
Binary 10000000 11001101 110111 100110 0 1001001 10100 1011011 111100 110011

Color Harmonies of #80CD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CD37

Black with #80CD37

Text Example


Text Example

White with #80CD37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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