#5FE048

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

Shades of Screamin' Green #5FE048

Tints of Screamin' Green #5FE048

Color information

#5FE048 (or 0x5FE048) is unknown color: approx Screamin' Green. HEX triplet: 5F, E0 and 48. RGB value is (95,224,72). Sum of RGB (Red+Green+Blue) = 95+224+72=391 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.30% from 391); Green value is 224 (87.89% from 255 or 57.29% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE048 is #A01FB7. Grayscale: #A8A8A8. Windows color (decimal): -10493880 or 4776031. OLE color: 4776031.

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

Color convert

RGB9522472-
CMYK0.5800.680.12
HSL110.92º71.03%58.04%-
HSV(B)110.92º67.86%87.84%-
XYZ32.5456.2115.27-
YUV168.173.7675.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.30%
GREEN value IS 224 (87.89% from 255) = 57.29%
BLUE value IS 72 (28.52% from 255) = 18.41%
R=24.30%
G=57.29%
B=18.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal95224720.5800.680.12110.9271.0358.04
Hex5FE0483A044C6f473a
Octal1373401107201041415710772
Binary101111111100000100100011101001000100110011011111000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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