Html Css Color HEX #48D59D Shamrock

📋 copy color: '#48D59D'

red 72 ◦ green 213 ◦ blue 157

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

Shades of Shamrock #48D59D

Tints of Shamrock #48D59D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.19%

 BLUE value IS 157 (61.72% from 255) = 35.52%

R = 16.29%
G = 48.19%
B = 35.52%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#48D59D (or 0x48D59D) is known color: Shamrock. HEX triplet: 48, D5 and 9D. RGB value is (72,213,157). Sum of RGB (Red+Green+Blue) = 72+213+157=442 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.29% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 213 - color contains mainly: green. Hex color #48D59D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D59D is #B72A62. Grayscale: #A4A4A4. Windows color (decimal): -12003939 or 10343752. OLE color: 10343752.

HSL color Cylindrical-coordinate representation of color #48D59D: hue angle of 156.17º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D59D is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 213 157 -
CMYK 0.66 0 0.26 0.16
HSL 156.17º 0.63% 0.56% -
HSV(B) 156.17º 0.66% 0.84% -
XYZ 32.55 51.4 40.1 -
YUV 164.46 123.79 62.05 -
System Red Green Blue C M Y K H S L
Decimal 72 213 157 0.66 0 0.26 0.16 156.17 0.63 0.56
Hex 48 D5 9D 42 0 1A 10 9C 3F 38
Octal 110 325 235 102 0 32 20 234 77 70
Binary 1001000 11010101 10011101 1000010 0 11010 10000 10011100 111111 111000

Color Harmonies of #48D59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D59D

Black with #48D59D

Text Example


Text Example

White with #48D59D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,213,157); }

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

background-color css

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

 a { background-color: rgb(72,213,157); }

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

border-color css

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

 span { border-color: rgb(72,213,157); }

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