#73EB86

Color #73EB86 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #73EB86

Tints of Pastel Green #73EB86

Color information

#73EB86 (or 0x73EB86) is unknown color: approx Pastel Green. HEX triplet: 73, EB and 86. RGB value is (115,235,134). Sum of RGB (Red+Green+Blue) = 115+235+134=484 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.76% from 484); Green value is 235 (92.19% from 255 or 48.55% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 235 - color contains mainly: green. Hex color #73EB86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73EB86 is #8C1479. Grayscale: #BBBBBB. Windows color (decimal): -9180282 or 8842099. OLE color: 8842099.

HSL color Cylindrical-coordinate representation of color #73EB86: hue angle of 129.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EB86 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB115235134-
CMYK0.5100.430.08
HSL129.5º75%68.63%-
HSV(B)129.5º51.06%92.16%-
XYZ41.0864.7832.89-
YUV187.6197.7476.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.76%
GREEN value IS 235 (92.19% from 255) = 48.55%
BLUE value IS 134 (52.73% from 255) = 27.69%
R=23.76%
G=48.55%
B=27.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1152351340.5100.430.08129.57568.63
Hex73EB863302B8824b45
Octal1633532066305310202113105
Binary11100111110101110000110110011010101110001000001010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73EB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,235,134); }

 H1.HeaderClassName
 {
   color: #73EB86;
 }
 .AnyTagClassName
 {
   color: #73EB86;
 }
</style>
background-color css

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

 a { background-color: rgb(115,235,134); }

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

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

 span { border-color: rgb(115,235,134); }

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