#48E85E

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

Shades of Screamin' Green #48E85E

Tints of Screamin' Green #48E85E

Color information

#48E85E (or 0x48E85E) is unknown color: approx Screamin' Green. HEX triplet: 48, E8 and 5E. RGB value is (72,232,94). Sum of RGB (Red+Green+Blue) = 72+232+94=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 232 (91.02% from 255 or 58.29% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 232 - color contains mainly: green. Hex color #48E85E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48E85E is #B717A1. Grayscale: #A8A8A8. Windows color (decimal): -11999138 or 6219848. OLE color: 6219848.

HSL color Cylindrical-coordinate representation of color #48E85E: hue angle of 128.25º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E85E is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB7223294-
CMYK0.6900.590.09
HSL128.25º77.67%59.61%-
HSV(B)128.25º68.97%90.98%-
XYZ33.5559.920.38-
YUV168.4385.9959.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.09%
GREEN value IS 232 (91.02% from 255) = 58.29%
BLUE value IS 94 (37.11% from 255) = 23.62%
R=18.09%
G=58.29%
B=23.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal72232940.6900.590.09128.2577.6759.61
Hex48E85E4503B9804e3c
Octal1103501361050731120011674
Binary1001000111010001011110100010101110111001100000001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48E85E; }

 p { color: rgb(72,232,94); }

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

<style>
 a { background-color: #48E85E; }

 a { background-color: rgb(72,232,94); }

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

<style>
 span { border-color: #48E85E; }

 span { border-color: rgb(72,232,94); }

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