Html Css Color HEX #73DC6B Pastel Green

📋 copy color: '#73DC6B'

red 115 ◦ green 220 ◦ blue 107

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

Shades of Pastel Green #73DC6B

Tints of Pastel Green #73DC6B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.77%

 BLUE value IS 107 (42.19% from 255) = 24.21%

R = 26.02%
G = 49.77%
B = 24.21%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#73DC6B (or 0x73DC6B) is known color: Pastel Green. HEX triplet: 73, DC and 6B. RGB value is (115,220,107). Sum of RGB (Red+Green+Blue) = 115+220+107=442 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.02% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73DC6B is #8C2394. Grayscale: #B0B0B0. Windows color (decimal): -9184149 or 7068787. OLE color: 7068787.

HSL color Cylindrical-coordinate representation of color #73DC6B: hue angle of 115.75º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73DC6B is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 220 107 -
CMYK 0.48 0 0.51 0.14
HSL 115.75º 0.62% 0.64% -
HSV(B) 115.75º 0.51% 0.86% -
XYZ 35.32 55.89 22.84 -
YUV 175.72 89.21 84.69 -
System Red Green Blue C M Y K H S L
Decimal 115 220 107 0.48 0 0.51 0.14 115.75 0.62 0.64
Hex 73 DC 6B 30 0 33 E 74 3E 40
Octal 163 334 153 60 0 63 16 164 76 100
Binary 1110011 11011100 1101011 110000 0 110011 1110 1110100 111110 1000000

Color Harmonies of #73DC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DC6B

Black with #73DC6B

Text Example


Text Example

White with #73DC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,220,107); }

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

background-color css

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

 a { background-color: rgb(115,220,107); }

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

border-color css

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

 span { border-color: rgb(115,220,107); }

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