#48E755

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

Shades of Screamin' Green #48E755

Tints of Screamin' Green #48E755

Color information

#48E755 (or 0x48E755) is unknown color: approx Screamin' Green. HEX triplet: 48, E7 and 55. RGB value is (72,231,85). Sum of RGB (Red+Green+Blue) = 72+231+85=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 231 (90.62% from 255 or 59.54% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 231 - color contains mainly: green. Hex color #48E755 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48E755 is #B718AA. Grayscale: #A7A7A7. Windows color (decimal): -11999403 or 5629768. OLE color: 5629768.

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

Color convert

RGB7223185-
CMYK0.6900.630.09
HSL124.91º76.81%59.41%-
HSV(B)124.91º68.83%90.59%-
XYZ32.8959.1918.28-
YUV166.8181.8260.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.56%
GREEN value IS 231 (90.62% from 255) = 59.54%
BLUE value IS 85 (33.59% from 255) = 21.91%
R=18.56%
G=59.54%
B=21.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal72231850.6900.630.09124.9176.8159.41
Hex48E7554503F97d4d3b
Octal1103471251050771117511573
Binary100100011100111101010110001010111111100111111011001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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