#48FD5C

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

Shades of Screamin' Green #48FD5C

Tints of Screamin' Green #48FD5C

Color information

#48FD5C (or 0x48FD5C) is unknown color: approx Screamin' Green. HEX triplet: 48, FD and 5C. RGB value is (72,253,92). Sum of RGB (Red+Green+Blue) = 72+253+92=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 253 (99.22% from 255 or 60.67% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 253 - color contains mainly: green. Hex color #48FD5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FD5C is #B702A3. Grayscale: #B4B4B4. Windows color (decimal): -11993764 or 6094152. OLE color: 6094152.

HSL color Cylindrical-coordinate representation of color #48FD5C: hue angle of 126.63º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FD5C is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB7225392-
CMYK0.7200.640.01
HSL126.63º97.84%63.73%-
HSV(B)126.63º71.54%99.22%-
XYZ39.7372.422.01-
YUV180.5378.0350.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.27%
GREEN value IS 253 (99.22% from 255) = 60.67%
BLUE value IS 92 (36.33% from 255) = 22.06%
R=17.27%
G=60.67%
B=22.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal72253920.7200.640.01126.6397.8463.73
Hex48FD5C4804017f6240
Octal11037513411001001177142100
Binary10010001111110110111001001000010000001111111111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,253,92); }

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

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

 a { background-color: rgb(72,253,92); }

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

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

 span { border-color: rgb(72,253,92); }

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