Html Css Color HEX #48D39D Shamrock

📋 copy color: '#48D39D'

red 72 ◦ green 211 ◦ blue 157

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

Shades of Shamrock #48D39D

Tints of Shamrock #48D39D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.95%

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

R = 16.36%
G = 47.95%
B = 35.68%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#48D39D (or 0x48D39D) is known color: Shamrock. HEX triplet: 48, D3 and 9D. RGB value is (72,211,157). Sum of RGB (Red+Green+Blue) = 72+211+157=440 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.36% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 211 - color contains mainly: green. Hex color #48D39D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D39D is #B72C62. Grayscale: #A3A3A3. Windows color (decimal): -12004451 or 10343240. OLE color: 10343240.

HSL color Cylindrical-coordinate representation of color #48D39D: hue angle of 156.69º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D39D is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 72 211 157 -
CMYK 0.66 0 0.26 0.17
HSL 156.69º 0.61% 0.55% -
HSV(B) 156.69º 0.66% 0.83% -
XYZ 32.05 50.4 39.94 -
YUV 163.28 124.45 62.89 -
System Red Green Blue C M Y K H S L
Decimal 72 211 157 0.66 0 0.26 0.17 156.69 0.61 0.55
Hex 48 D3 9D 42 0 1A 11 9D 3D 37
Octal 110 323 235 102 0 32 21 235 75 67
Binary 1001000 11010011 10011101 1000010 0 11010 10001 10011101 111101 110111

Color Harmonies of #48D39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D39D

Black with #48D39D

Text Example


Text Example

White with #48D39D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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