Html Css Color HEX #73FA84 Pastel Green

📋 copy color: '#73FA84'

red 115 ◦ green 250 ◦ blue 132

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

Shades of Pastel Green #73FA84

Tints of Pastel Green #73FA84

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.3%

 BLUE value IS 132 (51.95% from 255) = 26.56%

R = 23.14%
G = 50.3%
B = 26.56%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#73FA84 (or 0x73FA84) is known color: Pastel Green. HEX triplet: 73, FA and 84. RGB value is (115,250,132). Sum of RGB (Red+Green+Blue) = 115+250+132=497 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.14% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #73FA84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FA84 is #8C057B. Grayscale: #C4C4C4. Windows color (decimal): -9176444 or 8714867. OLE color: 8714867.

HSL color Cylindrical-coordinate representation of color #73FA84: hue angle of 127.56º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FA84 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 250 132 -
CMYK 0.54 0 0.47 0.02
HSL 127.56º 0.93% 0.72% -
HSV(B) 127.56º 0.54% 0.98% -
XYZ 45.42 73.68 33.66 -
YUV 196.18 91.77 70.09 -
System Red Green Blue C M Y K H S L
Decimal 115 250 132 0.54 0 0.47 0.02 127.56 0.93 0.72
Hex 73 FA 84 36 0 2F 2 80 5D 48
Octal 163 372 204 66 0 57 2 200 135 110
Binary 1110011 11111010 10000100 110110 0 101111 10 10000000 1011101 1001000

Color Harmonies of #73FA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FA84

Black with #73FA84

Text Example


Text Example

White with #73FA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,250,132); }

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

background-color css

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

 a { background-color: rgb(115,250,132); }

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

border-color css

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

 span { border-color: rgb(115,250,132); }

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