#5EFD85

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

Shades of Screamin' Green #5EFD85

Tints of Screamin' Green #5EFD85

Color information

#5EFD85 (or 0x5EFD85) is unknown color: approx Screamin' Green. HEX triplet: 5E, FD and 85. RGB value is (94,253,133). Sum of RGB (Red+Green+Blue) = 94+253+133=480 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.58% from 480); Green value is 253 (99.22% from 255 or 52.71% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 253 - color contains mainly: green. Hex color #5EFD85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EFD85 is #A1027A. Grayscale: #C0C0C0. Windows color (decimal): -10551931 or 8781150. OLE color: 8781150.

HSL color Cylindrical-coordinate representation of color #5EFD85: hue angle of 134.72º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFD85 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB94253133-
CMYK0.6300.470.01
HSL134.72º97.55%68.04%-
HSV(B)134.72º62.85%99.22%-
XYZ43.9874.3234.22-
YUV191.7894.8258.26-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.58%
GREEN value IS 253 (99.22% from 255) = 52.71%
BLUE value IS 133 (52.34% from 255) = 27.71%
R=19.58%
G=52.71%
B=27.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal942531330.6300.470.01134.7297.5568.04
Hex5EFD853F02F1876244
Octal136375205770571207142104
Binary10111101111110110000101111111010111111000011111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EFD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EFD85; }

 p { color: rgb(94,253,133); }

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

<style>
 a { background-color: #5EFD85; }

 a { background-color: rgb(94,253,133); }

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

<style>
 span { border-color: #5EFD85; }

 span { border-color: rgb(94,253,133); }

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