Html Css Color HEX #48D393 Shamrock

📋 copy color: '#48D393'

red 72 ◦ green 211 ◦ blue 147

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

Shades of Shamrock #48D393

Tints of Shamrock #48D393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.19%

R = 16.74%
G = 49.07%
B = 34.19%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#48D393 (or 0x48D393) is known color: Shamrock. HEX triplet: 48, D3 and 93. RGB value is (72,211,147). Sum of RGB (Red+Green+Blue) = 72+211+147=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 211 (82.81% from 255 or 49.07% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 211 - color contains mainly: green. Hex color #48D393 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D393 is #B72C6C. Grayscale: #A2A2A2. Windows color (decimal): -12004461 or 9687880. OLE color: 9687880.

HSL color Cylindrical-coordinate representation of color #48D393: hue angle of 152.37º 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 #48D393 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 72 211 147 -
CMYK 0.66 0 0.30 0.17
HSL 152.37º 0.61% 0.55% -
HSV(B) 152.37º 0.66% 0.83% -
XYZ 31.23 50.07 35.62 -
YUV 162.14 119.45 63.7 -
System Red Green Blue C M Y K H S L
Decimal 72 211 147 0.66 0 0.30 0.17 152.37 0.61 0.55
Hex 48 D3 93 42 0 1E 11 98 3D 37
Octal 110 323 223 102 0 36 21 230 75 67
Binary 1001000 11010011 10010011 1000010 0 11110 10001 10011000 111101 110111

Color Harmonies of #48D393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D393

Black with #48D393

Text Example


Text Example

White with #48D393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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