Html Css Color HEX #48FA7D Screamin' Green

📋 copy color: '#48FA7D'

red 72 ◦ green 250 ◦ blue 125

#48FA7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Screamin' Green #48FA7D

Tints of Screamin' Green #48FA7D

RGB

 RED value IS 72 (28.52% from 255) = 16.11%

 GREEN value IS 250 (98.05% from 255) = 55.93%

 BLUE value IS 125 (49.22% from 255) = 27.96%

R = 16.11%
G = 55.93%
B = 27.96%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#48FA7D (or 0x48FA7D) is known color: Screamin' Green. HEX triplet: 48, FA and 7D. RGB value is (72,250,125). Sum of RGB (Red+Green+Blue) = 72+250+125=447 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.11% from 447); Green value is 250 (98.05% from 255 or 55.93% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 250 - color contains mainly: green. Hex color #48FA7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FA7D is #B70582. Grayscale: #B6B6B6. Windows color (decimal): -11994499 or 8256072. OLE color: 8256072.

HSL color Cylindrical-coordinate representation of color #48FA7D: hue angle of 137.87º 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 #48FA7D is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 250 125 -
CMYK 0.71 0 0.50 0.02
HSL 137.87º 0.95% 0.63% -
HSV(B) 137.87º 0.71% 0.98% -
XYZ 40.56 71.23 31.01 -
YUV 182.53 95.53 49.16 -
System Red Green Blue C M Y K H S L
Decimal 72 250 125 0.71 0 0.50 0.02 137.87 0.95 0.63
Hex 48 FA 7D 47 0 32 2 8A 5F 3F
Octal 110 372 175 107 0 62 2 212 137 77
Binary 1001000 11111010 1111101 1000111 0 110010 10 10001010 1011111 111111

Color Harmonies of #48FA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FA7D

Black with #48FA7D

Text Example


Text Example

White with #48FA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48FA7D;
 }
 .AnyTagClassName
 {
   color: #48FA7D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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