#48F05B

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

Shades of Screamin' Green #48F05B

Tints of Screamin' Green #48F05B

Color information

#48F05B (or 0x48F05B) is unknown color: approx Screamin' Green. HEX triplet: 48, F0 and 5B. RGB value is (72,240,91). Sum of RGB (Red+Green+Blue) = 72+240+91=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 240 (94.14% from 255 or 59.55% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 240 - color contains mainly: green. Hex color #48F05B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48F05B is #B70FA4. Grayscale: #ADADAD. Windows color (decimal): -11997093 or 6025288. OLE color: 6025288.

HSL color Cylindrical-coordinate representation of color #48F05B: hue angle of 126.79º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F05B is Cyan = 0.7, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB7224091-
CMYK0.700.620.06
HSL126.79º84.85%61.18%-
HSV(B)126.79º70%94.12%-
XYZ35.7264.4520.46-
YUV172.7881.8456.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.87%
GREEN value IS 240 (94.14% from 255) = 59.55%
BLUE value IS 91 (35.94% from 255) = 22.58%
R=17.87%
G=59.55%
B=22.58%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal72240910.700.620.06126.7984.8561.18
Hex48F05B4603E67f553d
Octal110360133106076617712575
Binary10010001111000010110111000110011111011011111111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,240,91); }

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

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

 a { background-color: rgb(72,240,91); }

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

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

 span { border-color: rgb(72,240,91); }

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