#5DE064

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

Shades of Screamin' Green #5DE064

Tints of Screamin' Green #5DE064

Color information

#5DE064 (or 0x5DE064) is unknown color: approx Screamin' Green. HEX triplet: 5D, E0 and 64. RGB value is (93,224,100). Sum of RGB (Red+Green+Blue) = 93+224+100=417 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.30% from 417); Green value is 224 (87.89% from 255 or 53.72% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 224 - color contains mainly: green. Hex color #5DE064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DE064 is #A21F9B. Grayscale: #ABABAB. Windows color (decimal): -10624924 or 6611037. OLE color: 6611037.

HSL color Cylindrical-coordinate representation of color #5DE064: hue angle of 123.21º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DE064 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB93224100-
CMYK0.5800.550.12
HSL123.21º67.88%62.16%-
HSV(B)123.21º58.48%87.84%-
XYZ33.4756.5621.21-
YUV170.788.172.58-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.30%
GREEN value IS 224 (87.89% from 255) = 53.72%
BLUE value IS 100 (39.45% from 255) = 23.98%
R=22.30%
G=53.72%
B=23.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal932241000.5800.550.12123.2167.8862.16
Hex5DE0643A037C7b443e
Octal135340144720671417310476
Binary10111011110000011001001110100110111110011110111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,224,100); }

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

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

 a { background-color: rgb(93,224,100); }

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

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

 span { border-color: rgb(93,224,100); }

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