Html Css Color HEX #48ED99 Shamrock

📋 copy color: '#48ED99'

red 72 ◦ green 237 ◦ blue 153

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

Shades of Shamrock #48ED99

Tints of Shamrock #48ED99

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.3%

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

R = 15.58%
G = 51.3%
B = 33.12%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#48ED99 (or 0x48ED99) is known color: Shamrock. HEX triplet: 48, ED and 99. RGB value is (72,237,153). Sum of RGB (Red+Green+Blue) = 72+237+153=462 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.58% from 462); Green value is 237 (92.97% from 255 or 51.30% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 237 - color contains mainly: green. Hex color #48ED99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48ED99 is #B71266. Grayscale: #B2B2B2. Windows color (decimal): -11997799 or 10087752. OLE color: 10087752.

HSL color Cylindrical-coordinate representation of color #48ED99: hue angle of 149.45º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48ED99 is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 237 153 -
CMYK 0.70 0 0.35 0.07
HSL 149.45º 0.82% 0.61% -
HSV(B) 149.45º 0.7% 0.93% -
XYZ 38.71 64.25 40.5 -
YUV 178.09 113.84 52.33 -
System Red Green Blue C M Y K H S L
Decimal 72 237 153 0.70 0 0.35 0.07 149.45 0.82 0.61
Hex 48 ED 99 46 0 23 7 95 52 3D
Octal 110 355 231 106 0 43 7 225 122 75
Binary 1001000 11101101 10011001 1000110 0 100011 111 10010101 1010010 111101

Color Harmonies of #48ED99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ED99

Black with #48ED99

Text Example


Text Example

White with #48ED99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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