Html Css Color HEX #73F080 Pastel Green

📋 copy color: '#73F080'

red 115 ◦ green 240 ◦ blue 128

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

Shades of Pastel Green #73F080

Tints of Pastel Green #73F080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.5%

R = 23.81%
G = 49.69%
B = 26.5%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#73F080 (or 0x73F080) is known color: Pastel Green. HEX triplet: 73, F0 and 80. RGB value is (115,240,128). Sum of RGB (Red+Green+Blue) = 115+240+128=483 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.81% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #73F080 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73F080 is #8C0F7F. Grayscale: #BEBEBE. Windows color (decimal): -9179008 or 8450163. OLE color: 8450163.

HSL color Cylindrical-coordinate representation of color #73F080: hue angle of 126.24º 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 #73F080 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 240 128 -
CMYK 0.52 0 0.47 0.06
HSL 126.24º 0.81% 0.7% -
HSV(B) 126.24º 0.52% 0.94% -
XYZ 42.13 67.52 31.24 -
YUV 189.86 93.09 74.61 -
System Red Green Blue C M Y K H S L
Decimal 115 240 128 0.52 0 0.47 0.06 126.24 0.81 0.7
Hex 73 F0 80 34 0 2F 6 7E 51 46
Octal 163 360 200 64 0 57 6 176 121 106
Binary 1110011 11110000 10000000 110100 0 101111 110 1111110 1010001 1000110

Color Harmonies of #73F080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73F080

Black with #73F080

Text Example


Text Example

White with #73F080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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