Html Css Color HEX #48DB95 Shamrock

📋 copy color: '#48DB95'

red 72 ◦ green 219 ◦ blue 149

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

Shades of Shamrock #48DB95

Tints of Shamrock #48DB95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.86%

R = 16.36%
G = 49.77%
B = 33.86%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#48DB95 (or 0x48DB95) is known color: Shamrock. HEX triplet: 48, DB and 95. RGB value is (72,219,149). Sum of RGB (Red+Green+Blue) = 72+219+149=440 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.36% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DB95 is #B7246A. Grayscale: #A7A7A7. Windows color (decimal): -12002411 or 9821000. OLE color: 9821000.

HSL color Cylindrical-coordinate representation of color #48DB95: hue angle of 151.43º 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 #48DB95 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 219 149 -
CMYK 0.67 0 0.32 0.14
HSL 151.43º 0.67% 0.57% -
HSV(B) 151.43º 0.67% 0.86% -
XYZ 33.43 54.21 37.14 -
YUV 167.07 117.8 60.19 -
System Red Green Blue C M Y K H S L
Decimal 72 219 149 0.67 0 0.32 0.14 151.43 0.67 0.57
Hex 48 DB 95 43 0 20 E 97 43 39
Octal 110 333 225 103 0 40 16 227 103 71
Binary 1001000 11011011 10010101 1000011 0 100000 1110 10010111 1000011 111001

Color Harmonies of #48DB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DB95

Black with #48DB95

Text Example


Text Example

White with #48DB95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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