#48F945

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

Shades of Screamin' Green #48F945

Tints of Screamin' Green #48F945

Color information

#48F945 (or 0x48F945) is unknown color: approx Screamin' Green. HEX triplet: 48, F9 and 45. RGB value is (72,249,69). Sum of RGB (Red+Green+Blue) = 72+249+69=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 249 (97.66% from 255 or 63.85% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 249 - color contains mainly: green. Hex color #48F945 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F945 is #B706BA. Grayscale: #B0B0B0. Windows color (decimal): -11994811 or 4585800. OLE color: 4585800.

HSL color Cylindrical-coordinate representation of color #48F945: hue angle of 119º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48F945 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB7224969-
CMYK0.7100.720.02
HSL119º93.75%62.35%-
HSV(B)119º72.29%97.65%-
XYZ37.6269.5617.07-
YUV175.5667.8654.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.46%
GREEN value IS 249 (97.66% from 255) = 63.85%
BLUE value IS 69 (27.34% from 255) = 17.69%
R=18.46%
G=63.85%
B=17.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal72249690.7100.720.0211993.7562.35
Hex48F945470482775e3e
Octal1103711051070110216713676
Binary10010001111100110001011000111010010001011101111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,249,69); }

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

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

 a { background-color: rgb(72,249,69); }

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

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

 span { border-color: rgb(72,249,69); }

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