#50EE95

Color #50EE95 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #50EE95

Tints of Emerald #50EE95

Color information

#50EE95 (or 0x50EE95) is unknown color: approx Emerald. HEX triplet: 50, EE and 95. RGB value is (80,238,149). Sum of RGB (Red+Green+Blue) = 80+238+149=467 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.13% from 467); Green value is 238 (93.36% from 255 or 50.96% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 238 - color contains mainly: green. Hex color #50EE95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EE95 is #AF116A. Grayscale: #B4B4B4. Windows color (decimal): -11473259 or 9825872. OLE color: 9825872.

HSL color Cylindrical-coordinate representation of color #50EE95: hue angle of 146.2º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EE95 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB80238149-
CMYK0.6600.370.07
HSL146.2º82.29%62.35%-
HSV(B)146.2º66.39%93.33%-
XYZ39.3165.0238.91-
YUV180.61110.1556.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.13%
GREEN value IS 238 (93.36% from 255) = 50.96%
BLUE value IS 149 (58.59% from 255) = 31.91%
R=17.13%
G=50.96%
B=31.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal802381490.6600.370.07146.282.2962.35
Hex50EE9542025792523e
Octal120356225102045722212276
Binary1010000111011101001010110000100100101111100100101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50EE95; }

 p { color: rgb(80,238,149); }

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

<style>
 a { background-color: #50EE95; }

 a { background-color: rgb(80,238,149); }

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

<style>
 span { border-color: #50EE95; }

 span { border-color: rgb(80,238,149); }

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