Html Css Color HEX #48FE55 Screamin' Green

📋 copy color: '#48FE55'

red 72 ◦ green 254 ◦ blue 85

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

Shades of Screamin' Green #48FE55

Tints of Screamin' Green #48FE55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.68%

R = 17.52%
G = 61.8%
B = 20.68%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#48FE55 (or 0x48FE55) is known color: Screamin' Green. HEX triplet: 48, FE and 55. RGB value is (72,254,85). Sum of RGB (Red+Green+Blue) = 72+254+85=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 254 (99.61% from 255 or 61.80% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FE55 is #B701AA. Grayscale: #B4B4B4. Windows color (decimal): -11993515 or 5635656. OLE color: 5635656.

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

Color convert

RGB 72 254 85 -
CMYK 0.72 0 0.67 0.00
HSL 124.29º 0.99% 0.64% -
HSV(B) 124.29º 0.72% 1% -
XYZ 39.75 72.92 20.57 -
YUV 180.32 74.2 50.74 -
System Red Green Blue C M Y K H S L
Decimal 72 254 85 0.72 0 0.67 0.00 124.29 0.99 0.64
Hex 48 FE 55 48 0 43 0 7C 63 40
Octal 110 376 125 110 0 103 0 174 143 100
Binary 1001000 11111110 1010101 1001000 0 1000011 0 1111100 1100011 1000000

Color Harmonies of #48FE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FE55

Black with #48FE55

Text Example


Text Example

White with #48FE55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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