#48F056

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

Shades of Screamin' Green #48F056

Tints of Screamin' Green #48F056

Color information

#48F056 (or 0x48F056) is unknown color: approx Screamin' Green. HEX triplet: 48, F0 and 56. RGB value is (72,240,86). Sum of RGB (Red+Green+Blue) = 72+240+86=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 240 (94.14% from 255 or 60.30% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 240 - color contains mainly: green. Hex color #48F056 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48F056 is #B70FA9. Grayscale: #ACACAC. Windows color (decimal): -11997098 or 5697608. OLE color: 5697608.

HSL color Cylindrical-coordinate representation of color #48F056: hue angle of 125º 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 #48F056 is Cyan = 0.7, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB7224086-
CMYK0.700.640.06
HSL125º84.85%61.18%-
HSV(B)125º70%94.12%-
XYZ35.5164.3719.36-
YUV172.2179.3456.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.09%
GREEN value IS 240 (94.14% from 255) = 60.30%
BLUE value IS 86 (33.98% from 255) = 21.61%
R=18.09%
G=60.30%
B=21.61%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal72240860.700.640.0612584.8561.18
Hex48F0564604067d553d
Octal1103601261060100617512575
Binary100100011110000101011010001100100000011011111011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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