Html Css Color HEX #48FE5F Screamin' Green

📋 copy color: '#48FE5F'

red 72 ◦ green 254 ◦ blue 95

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

Shades of Screamin' Green #48FE5F

Tints of Screamin' Green #48FE5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.57%

R = 17.1%
G = 60.33%
B = 22.57%

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

#48FE5F (or 0x48FE5F) is known color: Screamin' Green. HEX triplet: 48, FE and 5F. RGB value is (72,254,95). Sum of RGB (Red+Green+Blue) = 72+254+95=421 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.10% from 421); Green value is 254 (99.61% from 255 or 60.33% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE5F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FE5F is #B701A0. Grayscale: #B5B5B5. Windows color (decimal): -11993505 or 6291016. OLE color: 6291016.

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

Color convert

RGB 72 254 95 -
CMYK 0.72 0 0.63 0.00
HSL 127.58º 0.99% 0.64% -
HSV(B) 127.58º 0.72% 1% -
XYZ 40.18 73.09 22.82 -
YUV 181.46 79.2 49.93 -
System Red Green Blue C M Y K H S L
Decimal 72 254 95 0.72 0 0.63 0.00 127.58 0.99 0.64
Hex 48 FE 5F 48 0 3F 0 80 63 40
Octal 110 376 137 110 0 77 0 200 143 100
Binary 1001000 11111110 1011111 1001000 0 111111 0 10000000 1100011 1000000

Color Harmonies of #48FE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FE5F

Black with #48FE5F

Text Example


Text Example

White with #48FE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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