Html Css Color HEX #48FE76 Screamin' Green

📋 copy color: '#48FE76'

red 72 ◦ green 254 ◦ blue 118

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

Shades of Screamin' Green #48FE76

Tints of Screamin' Green #48FE76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.58%

R = 16.22%
G = 57.21%
B = 26.58%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#48FE76 (or 0x48FE76) is known color: Screamin' Green. HEX triplet: 48, FE and 76. RGB value is (72,254,118). Sum of RGB (Red+Green+Blue) = 72+254+118=444 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.22% from 444); Green value is 254 (99.61% from 255 or 57.21% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FE76 is #B70189. Grayscale: #B8B8B8. Windows color (decimal): -11993482 or 7798344. OLE color: 7798344.

HSL color Cylindrical-coordinate representation of color #48FE76: hue angle of 135.16º 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 #48FE76 is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 254 118 -
CMYK 0.72 0 0.54 0.00
HSL 135.16º 0.99% 0.64% -
HSV(B) 135.16º 0.72% 1% -
XYZ 41.38 73.57 29.16 -
YUV 184.08 90.7 48.06 -
System Red Green Blue C M Y K H S L
Decimal 72 254 118 0.72 0 0.54 0.00 135.16 0.99 0.64
Hex 48 FE 76 48 0 36 0 87 63 40
Octal 110 376 166 110 0 66 0 207 143 100
Binary 1001000 11111110 1110110 1001000 0 110110 0 10000111 1100011 1000000

Color Harmonies of #48FE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FE76

Black with #48FE76

Text Example


Text Example

White with #48FE76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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