Html Css Color HEX #48EA99 Shamrock

📋 copy color: '#48EA99'

red 72 ◦ green 234 ◦ blue 153

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

Shades of Shamrock #48EA99

Tints of Shamrock #48EA99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.33%

R = 15.69%
G = 50.98%
B = 33.33%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#48EA99 (or 0x48EA99) is known color: Shamrock. HEX triplet: 48, EA and 99. RGB value is (72,234,153). Sum of RGB (Red+Green+Blue) = 72+234+153=459 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.69% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #48EA99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EA99 is #B71566. Grayscale: #B0B0B0. Windows color (decimal): -11998567 or 10086984. OLE color: 10086984.

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

Color convert

RGB 72 234 153 -
CMYK 0.69 0 0.35 0.08
HSL 150º 0.79% 0.6% -
HSV(B) 150º 0.69% 0.92% -
XYZ 37.85 62.52 40.21 -
YUV 176.33 114.83 53.59 -
System Red Green Blue C M Y K H S L
Decimal 72 234 153 0.69 0 0.35 0.08 150 0.79 0.6
Hex 48 EA 99 45 0 23 8 96 4F 3C
Octal 110 352 231 105 0 43 10 226 117 74
Binary 1001000 11101010 10011001 1000101 0 100011 1000 10010110 1001111 111100

Color Harmonies of #48EA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EA99

Black with #48EA99

Text Example


Text Example

White with #48EA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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