Html Css Color HEX #48DB91 Shamrock

📋 copy color: '#48DB91'

red 72 ◦ green 219 ◦ blue 145

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

Shades of Shamrock #48DB91

Tints of Shamrock #48DB91

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.23%

 BLUE value IS 145 (57.03% from 255) = 33.26%

R = 16.51%
G = 50.23%
B = 33.26%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#48DB91 (or 0x48DB91) is known color: Shamrock. HEX triplet: 48, DB and 91. RGB value is (72,219,145). Sum of RGB (Red+Green+Blue) = 72+219+145=436 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.51% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DB91 is #B7246E. Grayscale: #A6A6A6. Windows color (decimal): -12002415 or 9558856. OLE color: 9558856.

HSL color Cylindrical-coordinate representation of color #48DB91: hue angle of 149.8º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DB91 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 219 145 -
CMYK 0.67 0 0.34 0.14
HSL 149.8º 0.67% 0.57% -
HSV(B) 149.8º 0.67% 0.86% -
XYZ 33.11 54.09 35.48 -
YUV 166.61 115.8 60.52 -
System Red Green Blue C M Y K H S L
Decimal 72 219 145 0.67 0 0.34 0.14 149.8 0.67 0.57
Hex 48 DB 91 43 0 22 E 96 43 39
Octal 110 333 221 103 0 42 16 226 103 71
Binary 1001000 11011011 10010001 1000011 0 100010 1110 10010110 1000011 111001

Color Harmonies of #48DB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DB91

Black with #48DB91

Text Example


Text Example

White with #48DB91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,219,145); }

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

background-color css

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

 a { background-color: rgb(72,219,145); }

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

border-color css

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

 span { border-color: rgb(72,219,145); }

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