Html Css Color HEX #73D06F Pastel Green

📋 copy color: '#73D06F'

red 115 ◦ green 208 ◦ blue 111

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

Shades of Pastel Green #73D06F

Tints of Pastel Green #73D06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.58%

R = 26.5%
G = 47.93%
B = 25.58%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#73D06F (or 0x73D06F) is known color: Pastel Green. HEX triplet: 73, D0 and 6F. RGB value is (115,208,111). Sum of RGB (Red+Green+Blue) = 115+208+111=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #73D06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D06F is #8C2F90. Grayscale: #A9A9A9. Windows color (decimal): -9187217 or 7327859. OLE color: 7327859.

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

Color convert

RGB 115 208 111 -
CMYK 0.45 0 0.47 0.18
HSL 117.53º 0.51% 0.63% -
HSV(B) 117.53º 0.47% 0.82% -
XYZ 32.5 49.9 22.96 -
YUV 169.14 95.19 89.39 -
System Red Green Blue C M Y K H S L
Decimal 115 208 111 0.45 0 0.47 0.18 117.53 0.51 0.63
Hex 73 D0 6F 2D 0 2F 12 76 33 3F
Octal 163 320 157 55 0 57 22 166 63 77
Binary 1110011 11010000 1101111 101101 0 101111 10010 1110110 110011 111111

Color Harmonies of #73D06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D06F

Black with #73D06F

Text Example


Text Example

White with #73D06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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