Html Css Color HEX #48EC97 Shamrock

📋 copy color: '#48EC97'

red 72 ◦ green 236 ◦ blue 151

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

Shades of Shamrock #48EC97

Tints of Shamrock #48EC97

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.42%

 BLUE value IS 151 (59.38% from 255) = 32.9%

R = 15.69%
G = 51.42%
B = 32.9%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#48EC97 (or 0x48EC97) is known color: Shamrock. HEX triplet: 48, EC and 97. RGB value is (72,236,151). Sum of RGB (Red+Green+Blue) = 72+236+151=459 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.69% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC97 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EC97 is #B71368. Grayscale: #B1B1B1. Windows color (decimal): -11998057 or 9956424. OLE color: 9956424.

HSL color Cylindrical-coordinate representation of color #48EC97: hue angle of 148.9º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EC97 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 236 151 -
CMYK 0.69 0 0.36 0.07
HSL 148.9º 0.81% 0.6% -
HSV(B) 148.9º 0.69% 0.93% -
XYZ 38.25 63.6 39.54 -
YUV 177.27 113.17 52.91 -
System Red Green Blue C M Y K H S L
Decimal 72 236 151 0.69 0 0.36 0.07 148.9 0.81 0.6
Hex 48 EC 97 45 0 24 7 95 51 3C
Octal 110 354 227 105 0 44 7 225 121 74
Binary 1001000 11101100 10010111 1000101 0 100100 111 10010101 1010001 111100

Color Harmonies of #48EC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EC97

Black with #48EC97

Text Example


Text Example

White with #48EC97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,236,151); }

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

background-color css

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

 a { background-color: rgb(72,236,151); }

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

border-color css

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

 span { border-color: rgb(72,236,151); }

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