#50DF95

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

Shades of Shamrock #50DF95

Tints of Shamrock #50DF95

Color information

#50DF95 (or 0x50DF95) is unknown color: approx Shamrock. HEX triplet: 50, DF and 95. RGB value is (80,223,149). Sum of RGB (Red+Green+Blue) = 80+223+149=452 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.70% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DF95 is #AF206A. Grayscale: #ABABAB. Windows color (decimal): -11477099 or 9822032. OLE color: 9822032.

HSL color Cylindrical-coordinate representation of color #50DF95: hue angle of 148.95º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DF95 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB80223149-
CMYK0.6400.330.13
HSL148.95º69.08%59.41%-
HSV(B)148.95º64.13%87.45%-
XYZ35.1256.6537.52-
YUV171.81115.1262.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.70%
GREEN value IS 223 (87.5% from 255) = 49.34%
BLUE value IS 149 (58.59% from 255) = 32.96%
R=17.70%
G=49.34%
B=32.96%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal802231490.6400.330.13148.9569.0859.41
Hex50DF9540021D95453b
Octal1203372251000411522510573
Binary10100001101111110010101100000001000011101100101011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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