#5FED48

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

Shades of Screamin' Green #5FED48

Tints of Screamin' Green #5FED48

Color information

#5FED48 (or 0x5FED48) is unknown color: approx Screamin' Green. HEX triplet: 5F, ED and 48. RGB value is (95,237,72). Sum of RGB (Red+Green+Blue) = 95+237+72=404 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.51% from 404); Green value is 237 (92.97% from 255 or 58.66% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 237 - color contains mainly: green. Hex color #5FED48 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FED48 is #A012B7. Grayscale: #B0B0B0. Windows color (decimal): -10490552 or 4779359. OLE color: 4779359.

HSL color Cylindrical-coordinate representation of color #5FED48: hue angle of 111.64º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5FED48 is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB9523772-
CMYK0.6000.700.07
HSL111.64º82.09%60.59%-
HSV(B)111.64º69.62%92.94%-
XYZ36.1763.4716.48-
YUV175.7369.4670.42-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.51%
GREEN value IS 237 (92.97% from 255) = 58.66%
BLUE value IS 72 (28.52% from 255) = 17.82%
R=23.51%
G=58.66%
B=17.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal95237720.6000.700.07111.6482.0960.59
Hex5FED483C046770523d
Octal137355110740106716012275
Binary10111111110110110010001111000100011011111100001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FED48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,237,72); }

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

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

 a { background-color: rgb(95,237,72); }

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

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

 span { border-color: rgb(95,237,72); }

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