Html Css Color HEX #73F380 Pastel Green

📋 copy color: '#73F380'

red 115 ◦ green 243 ◦ blue 128

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

Shades of Pastel Green #73F380

Tints of Pastel Green #73F380

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50%

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

R = 23.66%
G = 50%
B = 26.34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#73F380 (or 0x73F380) is known color: Pastel Green. HEX triplet: 73, F3 and 80. RGB value is (115,243,128). Sum of RGB (Red+Green+Blue) = 115+243+128=486 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.66% from 486); Green value is 243 (95.31% from 255 or 50% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 243 - color contains mainly: green. Hex color #73F380 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73F380 is #8C0C7F. Grayscale: #BFBFBF. Windows color (decimal): -9178240 or 8450931. OLE color: 8450931.

HSL color Cylindrical-coordinate representation of color #73F380: hue angle of 126.09º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73F380 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 115 243 128 -
CMYK 0.53 0 0.47 0.05
HSL 126.09º 0.84% 0.7% -
HSV(B) 126.09º 0.53% 0.95% -
XYZ 43.02 69.3 31.53 -
YUV 191.62 92.09 73.35 -
System Red Green Blue C M Y K H S L
Decimal 115 243 128 0.53 0 0.47 0.05 126.09 0.84 0.7
Hex 73 F3 80 35 0 2F 5 7E 54 46
Octal 163 363 200 65 0 57 5 176 124 106
Binary 1110011 11110011 10000000 110101 0 101111 101 1111110 1010100 1000110

Color Harmonies of #73F380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73F380

Black with #73F380

Text Example


Text Example

White with #73F380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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