Html Css Color HEX #48FE5D Screamin' Green

📋 copy color: '#48FE5D'

red 72 ◦ green 254 ◦ blue 93

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

Shades of Screamin' Green #48FE5D

Tints of Screamin' Green #48FE5D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 60.62%

 BLUE value IS 93 (36.72% from 255) = 22.2%

R = 17.18%
G = 60.62%
B = 22.2%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#48FE5D (or 0x48FE5D) is known color: Screamin' Green. HEX triplet: 48, FE and 5D. RGB value is (72,254,93). Sum of RGB (Red+Green+Blue) = 72+254+93=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 254 (99.61% from 255 or 60.62% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FE5D is #B701A2. Grayscale: #B5B5B5. Windows color (decimal): -11993507 or 6159944. OLE color: 6159944.

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

Color convert

RGB 72 254 93 -
CMYK 0.72 0 0.63 0.00
HSL 126.92º 0.99% 0.64% -
HSV(B) 126.92º 0.72% 1% -
XYZ 40.09 73.05 22.34 -
YUV 181.23 78.2 50.09 -
System Red Green Blue C M Y K H S L
Decimal 72 254 93 0.72 0 0.63 0.00 126.92 0.99 0.64
Hex 48 FE 5D 48 0 3F 0 7F 63 40
Octal 110 376 135 110 0 77 0 177 143 100
Binary 1001000 11111110 1011101 1001000 0 111111 0 1111111 1100011 1000000

Color Harmonies of #48FE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FE5D

Black with #48FE5D

Text Example


Text Example

White with #48FE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,254,93); }

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

background-color css

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

 a { background-color: rgb(72,254,93); }

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

border-color css

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

 span { border-color: rgb(72,254,93); }

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