#50E65C

Color #50E65C Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #50E65C

Tints of Screamin' Green #50E65C

Color information

#50E65C (or 0x50E65C) is unknown color: approx Screamin' Green. HEX triplet: 50, E6 and 5C. RGB value is (80,230,92). Sum of RGB (Red+Green+Blue) = 80+230+92=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 230 (90.23% from 255 or 57.21% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 230 - color contains mainly: green. Hex color #50E65C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E65C is #AF19A3. Grayscale: #A9A9A9. Windows color (decimal): -11475364 or 6088272. OLE color: 6088272.

HSL color Cylindrical-coordinate representation of color #50E65C: hue angle of 124.8º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E65C is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB8023092-
CMYK0.6500.600.10
HSL124.8º75%60.78%-
HSV(B)124.8º65.22%90.2%-
XYZ33.5459.0719.76-
YUV169.4284.364.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.90%
GREEN value IS 230 (90.23% from 255) = 57.21%
BLUE value IS 92 (36.33% from 255) = 22.89%
R=19.90%
G=57.21%
B=22.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal80230920.6500.600.10124.87560.78
Hex50E65C4103CA7d4b3d
Octal1203461341010741217511375
Binary101000011100110101110010000010111100101011111011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,230,92); }

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

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

 a { background-color: rgb(80,230,92); }

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

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

 span { border-color: rgb(80,230,92); }

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