Html Css Color HEX #73DB8A Pastel Green

📋 copy color: '#73DB8A'

red 115 ◦ green 219 ◦ blue 138

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

Shades of Pastel Green #73DB8A

Tints of Pastel Green #73DB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.24%

R = 24.36%
G = 46.4%
B = 29.24%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#73DB8A (or 0x73DB8A) is known color: Pastel Green. HEX triplet: 73, DB and 8A. RGB value is (115,219,138). Sum of RGB (Red+Green+Blue) = 115+219+138=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #73DB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DB8A is #8C2475. Grayscale: #B2B2B2. Windows color (decimal): -9184374 or 9100147. OLE color: 9100147.

HSL color Cylindrical-coordinate representation of color #73DB8A: hue angle of 133.27º 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 #73DB8A is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 219 138 -
CMYK 0.47 0 0.37 0.14
HSL 133.27º 0.59% 0.65% -
HSV(B) 133.27º 0.47% 0.86% -
XYZ 36.99 56.14 32.93 -
YUV 178.67 105.04 82.59 -
System Red Green Blue C M Y K H S L
Decimal 115 219 138 0.47 0 0.37 0.14 133.27 0.59 0.65
Hex 73 DB 8A 2F 0 25 E 85 3B 41
Octal 163 333 212 57 0 45 16 205 73 101
Binary 1110011 11011011 10001010 101111 0 100101 1110 10000101 111011 1000001

Color Harmonies of #73DB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DB8A

Black with #73DB8A

Text Example


Text Example

White with #73DB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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