Html Css Color HEX #73DB8C Pastel Green

📋 copy color: '#73DB8C'

red 115 ◦ green 219 ◦ blue 140

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

Shades of Pastel Green #73DB8C

Tints of Pastel Green #73DB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.54%

R = 24.26%
G = 46.2%
B = 29.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#73DB8C (or 0x73DB8C) is known color: Pastel Green. HEX triplet: 73, DB and 8C. RGB value is (115,219,140). Sum of RGB (Red+Green+Blue) = 115+219+140=474 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.26% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #73DB8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DB8C is #8C2473. Grayscale: #B3B3B3. Windows color (decimal): -9184372 or 9231219. OLE color: 9231219.

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

Color convert

RGB 115 219 140 -
CMYK 0.47 0 0.36 0.14
HSL 134.42º 0.59% 0.65% -
HSV(B) 134.42º 0.47% 0.86% -
XYZ 37.14 56.2 33.7 -
YUV 178.9 106.04 82.42 -
System Red Green Blue C M Y K H S L
Decimal 115 219 140 0.47 0 0.36 0.14 134.42 0.59 0.65
Hex 73 DB 8C 2F 0 24 E 86 3B 41
Octal 163 333 214 57 0 44 16 206 73 101
Binary 1110011 11011011 10001100 101111 0 100100 1110 10000110 111011 1000001

Color Harmonies of #73DB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DB8C

Black with #73DB8C

Text Example


Text Example

White with #73DB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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