Html Css Color HEX #73DB80 Pastel Green

📋 copy color: '#73DB80'

red 115 ◦ green 219 ◦ blue 128

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

Shades of Pastel Green #73DB80

Tints of Pastel Green #73DB80

RGB

 RED value IS 115 (45.31% from 255) = 24.89%

 GREEN value IS 219 (85.94% from 255) = 47.4%

 BLUE value IS 128 (50.39% from 255) = 27.71%

R = 24.89%
G = 47.4%
B = 27.71%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#73DB80 (or 0x73DB80) is known color: Pastel Green. HEX triplet: 73, DB and 80. RGB value is (115,219,128). Sum of RGB (Red+Green+Blue) = 115+219+128=462 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.89% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #73DB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DB80 is #8C247F. Grayscale: #B1B1B1. Windows color (decimal): -9184384 or 8444787. OLE color: 8444787.

HSL color Cylindrical-coordinate representation of color #73DB80: hue angle of 127.5º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73DB80 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 219 128 -
CMYK 0.47 0 0.42 0.14
HSL 127.5º 0.59% 0.65% -
HSV(B) 127.5º 0.47% 0.86% -
XYZ 36.3 55.87 29.29 -
YUV 177.53 100.04 83.4 -
System Red Green Blue C M Y K H S L
Decimal 115 219 128 0.47 0 0.42 0.14 127.5 0.59 0.65
Hex 73 DB 80 2F 0 2A E 80 3B 41
Octal 163 333 200 57 0 52 16 200 73 101
Binary 1110011 11011011 10000000 101111 0 101010 1110 10000000 111011 1000001

Color Harmonies of #73DB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DB80

Black with #73DB80

Text Example


Text Example

White with #73DB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73DB80; }

 p { color: rgb(115,219,128); }

 H1.HeaderClassName
 {
   color: #73DB80;
 }
 .AnyTagClassName
 {
   color: #73DB80;
 }
</style>

background-color css

<style>
 a { background-color: #73DB80; }

 a { background-color: rgb(115,219,128); }

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

border-color css

<style>
 span { border-color: #73DB80; }

 span { border-color: rgb(115,219,128); }

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