Html Css Color HEX #73F07E Pastel Green

📋 copy color: '#73F07E'

red 115 ◦ green 240 ◦ blue 126

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

Shades of Pastel Green #73F07E

Tints of Pastel Green #73F07E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.9%

 BLUE value IS 126 (49.61% from 255) = 26.2%

R = 23.91%
G = 49.9%
B = 26.2%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#73F07E (or 0x73F07E) is known color: Pastel Green. HEX triplet: 73, F0 and 7E. RGB value is (115,240,126). Sum of RGB (Red+Green+Blue) = 115+240+126=481 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.91% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #73F07E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73F07E is #8C0F81. Grayscale: #BDBDBD. Windows color (decimal): -9179010 or 8319091. OLE color: 8319091.

HSL color Cylindrical-coordinate representation of color #73F07E: hue angle of 125.28º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73F07E is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 240 126 -
CMYK 0.52 0 0.48 0.06
HSL 125.28º 0.81% 0.7% -
HSV(B) 125.28º 0.52% 0.94% -
XYZ 42 67.47 30.55 -
YUV 189.63 92.09 74.77 -
System Red Green Blue C M Y K H S L
Decimal 115 240 126 0.52 0 0.48 0.06 125.28 0.81 0.7
Hex 73 F0 7E 34 0 30 6 7D 51 46
Octal 163 360 176 64 0 60 6 175 121 106
Binary 1110011 11110000 1111110 110100 0 110000 110 1111101 1010001 1000110

Color Harmonies of #73F07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73F07E

Black with #73F07E

Text Example


Text Example

White with #73F07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,240,126); }

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

background-color css

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

 a { background-color: rgb(115,240,126); }

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

border-color css

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

 span { border-color: rgb(115,240,126); }

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