Html Css Color HEX #48DA91 Shamrock

📋 copy color: '#48DA91'

red 72 ◦ green 218 ◦ blue 145

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

Shades of Shamrock #48DA91

Tints of Shamrock #48DA91

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.11%

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

R = 16.55%
G = 50.11%
B = 33.33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#48DA91 (or 0x48DA91) is known color: Shamrock. HEX triplet: 48, DA and 91. RGB value is (72,218,145). Sum of RGB (Red+Green+Blue) = 72+218+145=435 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.55% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #48DA91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DA91 is #B7256E. Grayscale: #A6A6A6. Windows color (decimal): -12002671 or 9558600. OLE color: 9558600.

HSL color Cylindrical-coordinate representation of color #48DA91: hue angle of 150º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DA91 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 218 145 -
CMYK 0.67 0 0.33 0.15
HSL 150º 0.66% 0.57% -
HSV(B) 150º 0.67% 0.85% -
XYZ 32.85 53.56 35.4 -
YUV 166.02 116.13 60.94 -
System Red Green Blue C M Y K H S L
Decimal 72 218 145 0.67 0 0.33 0.15 150 0.66 0.57
Hex 48 DA 91 43 0 21 F 96 42 39
Octal 110 332 221 103 0 41 17 226 102 71
Binary 1001000 11011010 10010001 1000011 0 100001 1111 10010110 1000010 111001

Color Harmonies of #48DA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DA91

Black with #48DA91

Text Example


Text Example

White with #48DA91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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