Html Css Color HEX #48D59F Shamrock

📋 copy color: '#48D59F'

red 72 ◦ green 213 ◦ blue 159

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

Shades of Shamrock #48D59F

Tints of Shamrock #48D59F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.81%

R = 16.22%
G = 47.97%
B = 35.81%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#48D59F (or 0x48D59F) is known color: Shamrock. HEX triplet: 48, D5 and 9F. RGB value is (72,213,159). Sum of RGB (Red+Green+Blue) = 72+213+159=444 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.22% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 213 - color contains mainly: green. Hex color #48D59F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D59F is #B72A60. Grayscale: #A4A4A4. Windows color (decimal): -12003937 or 10474824. OLE color: 10474824.

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

Color convert

RGB 72 213 159 -
CMYK 0.66 0 0.25 0.16
HSL 157.02º 0.63% 0.56% -
HSV(B) 157.02º 0.66% 0.84% -
XYZ 32.72 51.47 41.01 -
YUV 164.69 124.79 61.89 -
System Red Green Blue C M Y K H S L
Decimal 72 213 159 0.66 0 0.25 0.16 157.02 0.63 0.56
Hex 48 D5 9F 42 0 19 10 9D 3F 38
Octal 110 325 237 102 0 31 20 235 77 70
Binary 1001000 11010101 10011111 1000010 0 11001 10000 10011101 111111 111000

Color Harmonies of #48D59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D59F

Black with #48D59F

Text Example


Text Example

White with #48D59F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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