Html Css Color HEX #73D06C Pastel Green

📋 copy color: '#73D06C'

red 115 ◦ green 208 ◦ blue 108

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

Shades of Pastel Green #73D06C

Tints of Pastel Green #73D06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.06%

R = 26.68%
G = 48.26%
B = 25.06%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#73D06C (or 0x73D06C) is known color: Pastel Green. HEX triplet: 73, D0 and 6C. RGB value is (115,208,108). Sum of RGB (Red+Green+Blue) = 115+208+108=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #73D06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D06C is #8C2F93. Grayscale: #A9A9A9. Windows color (decimal): -9187220 or 7131251. OLE color: 7131251.

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

Color convert

RGB 115 208 108 -
CMYK 0.45 0 0.48 0.18
HSL 115.8º 0.52% 0.62% -
HSV(B) 115.8º 0.48% 0.82% -
XYZ 32.33 49.84 22.1 -
YUV 168.79 93.69 89.63 -
System Red Green Blue C M Y K H S L
Decimal 115 208 108 0.45 0 0.48 0.18 115.8 0.52 0.62
Hex 73 D0 6C 2D 0 30 12 74 34 3E
Octal 163 320 154 55 0 60 22 164 64 76
Binary 1110011 11010000 1101100 101101 0 110000 10010 1110100 110100 111110

Color Harmonies of #73D06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D06C

Black with #73D06C

Text Example


Text Example

White with #73D06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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