#48FA7F

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

Shades of Screamin' Green #48FA7F

Tints of Screamin' Green #48FA7F

Color information

#48FA7F (or 0x48FA7F) is unknown color: approx Screamin' Green. HEX triplet: 48, FA and 7F. RGB value is (72,250,127). Sum of RGB (Red+Green+Blue) = 72+250+127=449 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.04% from 449); Green value is 250 (98.05% from 255 or 55.68% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 250 - color contains mainly: green. Hex color #48FA7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FA7F is #B70580. Grayscale: #B7B7B7. Windows color (decimal): -11994497 or 8387144. OLE color: 8387144.

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

Color convert

RGB72250127-
CMYK0.7100.490.02
HSL138.54º94.68%63.14%-
HSV(B)138.54º71.2%98.04%-
XYZ40.6971.2831.69-
YUV182.7696.5349-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.04%
GREEN value IS 250 (98.05% from 255) = 55.68%
BLUE value IS 127 (50% from 255) = 28.29%
R=16.04%
G=55.68%
B=28.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal722501270.7100.490.02138.5494.6863.14
Hex48FA7F4703128b5f3f
Octal110372177107061221313777
Binary10010001111101011111111000111011000110100010111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,250,127); }

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

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

 a { background-color: rgb(72,250,127); }

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

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

 span { border-color: rgb(72,250,127); }

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