Html Css Color HEX #48EA55 Screamin' Green

📋 copy color: '#48EA55'

red 72 ◦ green 234 ◦ blue 85

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

Shades of Screamin' Green #48EA55

Tints of Screamin' Green #48EA55

RGB

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

 GREEN value IS 234 (91.8% from 255) = 59.85%

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

R = 18.41%
G = 59.85%
B = 21.74%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#48EA55 (or 0x48EA55) is known color: Screamin' Green. HEX triplet: 48, EA and 55. RGB value is (72,234,85). Sum of RGB (Red+Green+Blue) = 72+234+85=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 234 (91.80% from 255 or 59.85% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 234 - color contains mainly: green. Hex color #48EA55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EA55 is #B715AA. Grayscale: #A9A9A9. Windows color (decimal): -11998635 or 5630536. OLE color: 5630536.

HSL color Cylindrical-coordinate representation of color #48EA55: hue angle of 124.81º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EA55 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 234 85 -
CMYK 0.69 0 0.64 0.08
HSL 124.81º 0.79% 0.6% -
HSV(B) 124.81º 0.69% 0.92% -
XYZ 33.74 60.88 18.57 -
YUV 168.58 80.83 59.12 -
System Red Green Blue C M Y K H S L
Decimal 72 234 85 0.69 0 0.64 0.08 124.81 0.79 0.6
Hex 48 EA 55 45 0 40 8 7D 4F 3C
Octal 110 352 125 105 0 100 10 175 117 74
Binary 1001000 11101010 1010101 1000101 0 1000000 1000 1111101 1001111 111100

Color Harmonies of #48EA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EA55

Black with #48EA55

Text Example


Text Example

White with #48EA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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