#5EFD94

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

Shades of Screamin' Green #5EFD94

Tints of Screamin' Green #5EFD94

Color information

#5EFD94 (or 0x5EFD94) is unknown color: approx Screamin' Green. HEX triplet: 5E, FD and 94. RGB value is (94,253,148). Sum of RGB (Red+Green+Blue) = 94+253+148=495 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.99% from 495); Green value is 253 (99.22% from 255 or 51.11% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 253 - color contains mainly: green. Hex color #5EFD94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EFD94 is #A1026B. Grayscale: #C1C1C1. Windows color (decimal): -10551916 or 9764190. OLE color: 9764190.

HSL color Cylindrical-coordinate representation of color #5EFD94: hue angle of 140.38º 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 #5EFD94 is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB94253148-
CMYK0.6300.420.01
HSL140.38º97.55%68.04%-
HSV(B)140.38º62.85%99.22%-
XYZ45.0974.7740.07-
YUV193.49102.3257.04-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.99%
GREEN value IS 253 (99.22% from 255) = 51.11%
BLUE value IS 148 (58.20% from 255) = 29.90%
R=18.99%
G=51.11%
B=29.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal942531480.6300.420.01140.3897.5568.04
Hex5EFD943F02A18c6244
Octal136375224770521214142104
Binary10111101111110110010100111111010101011000110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EFD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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