Html Css Color HEX #48EA53 Screamin' Green

📋 copy color: '#48EA53'

red 72 ◦ green 234 ◦ blue 83

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

Shades of Screamin' Green #48EA53

Tints of Screamin' Green #48EA53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.34%

R = 18.51%
G = 60.15%
B = 21.34%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#48EA53 (or 0x48EA53) is known color: Screamin' Green. HEX triplet: 48, EA and 53. RGB value is (72,234,83). Sum of RGB (Red+Green+Blue) = 72+234+83=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 234 (91.80% from 255 or 60.15% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 234 - color contains mainly: green. Hex color #48EA53 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EA53 is #B715AC. Grayscale: #A8A8A8. Windows color (decimal): -11998637 or 5499464. OLE color: 5499464.

HSL color Cylindrical-coordinate representation of color #48EA53: hue angle of 124.07º 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 #48EA53 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 234 83 -
CMYK 0.69 0 0.65 0.08
HSL 124.07º 0.79% 0.6% -
HSV(B) 124.07º 0.69% 0.92% -
XYZ 33.66 60.85 18.15 -
YUV 168.35 79.83 59.28 -
System Red Green Blue C M Y K H S L
Decimal 72 234 83 0.69 0 0.65 0.08 124.07 0.79 0.6
Hex 48 EA 53 45 0 41 8 7C 4F 3C
Octal 110 352 123 105 0 101 10 174 117 74
Binary 1001000 11101010 1010011 1000101 0 1000001 1000 1111100 1001111 111100

Color Harmonies of #48EA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EA53

Black with #48EA53

Text Example


Text Example

White with #48EA53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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