#48EC55

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

Shades of Screamin' Green #48EC55

Tints of Screamin' Green #48EC55

Color information

#48EC55 (or 0x48EC55) is unknown color: approx Screamin' Green. HEX triplet: 48, EC and 55. RGB value is (72,236,85). Sum of RGB (Red+Green+Blue) = 72+236+85=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 236 (92.58% from 255 or 60.05% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EC55 is #B713AA. Grayscale: #AAAAAA. Windows color (decimal): -11998123 or 5631048. OLE color: 5631048.

HSL color Cylindrical-coordinate representation of color #48EC55: hue angle of 124.76º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EC55 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB7223685-
CMYK0.6900.640.07
HSL124.76º81.19%60.39%-
HSV(B)124.76º69.49%92.55%-
XYZ34.3162.0218.76-
YUV169.7580.1758.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.32%
GREEN value IS 236 (92.58% from 255) = 60.05%
BLUE value IS 85 (33.59% from 255) = 21.63%
R=18.32%
G=60.05%
B=21.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal72236850.6900.640.07124.7681.1960.39
Hex48EC554504077d513c
Octal1103541251050100717512174
Binary100100011101100101010110001010100000011111111011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,236,85); }

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

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

 a { background-color: rgb(72,236,85); }

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

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

 span { border-color: rgb(72,236,85); }

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