Html Css Color HEX #48F49C Shamrock

📋 copy color: '#48F49C'

red 72 ◦ green 244 ◦ blue 156

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

Shades of Shamrock #48F49C

Tints of Shamrock #48F49C

RGB

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

 GREEN value IS 244 (95.7% from 255) = 51.69%

 BLUE value IS 156 (61.33% from 255) = 33.05%

R = 15.25%
G = 51.69%
B = 33.05%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#48F49C (or 0x48F49C) is known color: Shamrock. HEX triplet: 48, F4 and 9C. RGB value is (72,244,156). Sum of RGB (Red+Green+Blue) = 72+244+156=472 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.25% from 472); Green value is 244 (95.70% from 255 or 51.69% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 244 - color contains mainly: green. Hex color #48F49C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F49C is #B70B63. Grayscale: #B6B6B6. Windows color (decimal): -11996004 or 10286152. OLE color: 10286152.

HSL color Cylindrical-coordinate representation of color #48F49C: hue angle of 149.3º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F49C is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 72 244 156 -
CMYK 0.70 0 0.36 0.04
HSL 149.3º 0.89% 0.62% -
HSV(B) 149.3º 0.7% 0.96% -
XYZ 41.02 68.48 42.51 -
YUV 182.54 113.02 49.16 -
System Red Green Blue C M Y K H S L
Decimal 72 244 156 0.70 0 0.36 0.04 149.3 0.89 0.62
Hex 48 F4 9C 46 0 24 4 95 59 3E
Octal 110 364 234 106 0 44 4 225 131 76
Binary 1001000 11110100 10011100 1000110 0 100100 100 10010101 1011001 111110

Color Harmonies of #48F49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F49C

Black with #48F49C

Text Example


Text Example

White with #48F49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,244,156); }

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

background-color css

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

 a { background-color: rgb(72,244,156); }

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

border-color css

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

 span { border-color: rgb(72,244,156); }

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