Html Css Color HEX #48D390 Shamrock

📋 copy color: '#48D390'

red 72 ◦ green 211 ◦ blue 144

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

Shades of Shamrock #48D390

Tints of Shamrock #48D390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.72%

R = 16.86%
G = 49.41%
B = 33.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#48D390 (or 0x48D390) is known color: Shamrock. HEX triplet: 48, D3 and 90. RGB value is (72,211,144). Sum of RGB (Red+Green+Blue) = 72+211+144=427 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.86% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #48D390 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D390 is #B72C6F. Grayscale: #A1A1A1. Windows color (decimal): -12004464 or 9491272. OLE color: 9491272.

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

Color convert

RGB 72 211 144 -
CMYK 0.66 0 0.32 0.17
HSL 151.08º 0.61% 0.55% -
HSV(B) 151.08º 0.66% 0.83% -
XYZ 31 49.98 34.4 -
YUV 161.8 117.95 63.95 -
System Red Green Blue C M Y K H S L
Decimal 72 211 144 0.66 0 0.32 0.17 151.08 0.61 0.55
Hex 48 D3 90 42 0 20 11 97 3D 37
Octal 110 323 220 102 0 40 21 227 75 67
Binary 1001000 11010011 10010000 1000010 0 100000 10001 10010111 111101 110111

Color Harmonies of #48D390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D390

Black with #48D390

Text Example


Text Example

White with #48D390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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