Html Css Color HEX #73D07F Pastel Green

📋 copy color: '#73D07F'

red 115 ◦ green 208 ◦ blue 127

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

Shades of Pastel Green #73D07F

Tints of Pastel Green #73D07F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.22%

 BLUE value IS 127 (50% from 255) = 28.22%

R = 25.56%
G = 46.22%
B = 28.22%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#73D07F (or 0x73D07F) is known color: Pastel Green. HEX triplet: 73, D0 and 7F. RGB value is (115,208,127). Sum of RGB (Red+Green+Blue) = 115+208+127=450 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.56% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 208 - color contains mainly: green. Hex color #73D07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D07F is #8C2F80. Grayscale: #ABABAB. Windows color (decimal): -9187201 or 8376435. OLE color: 8376435.

HSL color Cylindrical-coordinate representation of color #73D07F: hue angle of 127.74º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73D07F is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 208 127 -
CMYK 0.45 0 0.39 0.18
HSL 127.74º 0.5% 0.63% -
HSV(B) 127.74º 0.45% 0.82% -
XYZ 33.46 50.29 28.02 -
YUV 170.96 103.19 88.09 -
System Red Green Blue C M Y K H S L
Decimal 115 208 127 0.45 0 0.39 0.18 127.74 0.5 0.63
Hex 73 D0 7F 2D 0 27 12 80 32 3F
Octal 163 320 177 55 0 47 22 200 62 77
Binary 1110011 11010000 1111111 101101 0 100111 10010 10000000 110010 111111

Color Harmonies of #73D07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D07F

Black with #73D07F

Text Example


Text Example

White with #73D07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,208,127); }

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

background-color css

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

 a { background-color: rgb(115,208,127); }

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

border-color css

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

 span { border-color: rgb(115,208,127); }

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