Html Css Color HEX #48FC9D Shamrock

📋 copy color: '#48FC9D'

red 72 ◦ green 252 ◦ blue 157

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

Shades of Shamrock #48FC9D

Tints of Shamrock #48FC9D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.39%

 BLUE value IS 157 (61.72% from 255) = 32.64%

R = 14.97%
G = 52.39%
B = 32.64%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#48FC9D (or 0x48FC9D) is known color: Shamrock. HEX triplet: 48, FC and 9D. RGB value is (72,252,157). Sum of RGB (Red+Green+Blue) = 72+252+157=481 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.97% from 481); Green value is 252 (98.83% from 255 or 52.39% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 252 - color contains mainly: green. Hex color #48FC9D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FC9D is #B70362. Grayscale: #BBBBBB. Windows color (decimal): -11993955 or 10353736. OLE color: 10353736.

HSL color Cylindrical-coordinate representation of color #48FC9D: hue angle of 148.33º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FC9D is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 252 157 -
CMYK 0.71 0 0.38 0.01
HSL 148.33º 0.97% 0.64% -
HSV(B) 148.33º 0.71% 0.99% -
XYZ 43.57 73.43 43.78 -
YUV 187.35 110.87 45.72 -
System Red Green Blue C M Y K H S L
Decimal 72 252 157 0.71 0 0.38 0.01 148.33 0.97 0.64
Hex 48 FC 9D 47 0 26 1 94 61 40
Octal 110 374 235 107 0 46 1 224 141 100
Binary 1001000 11111100 10011101 1000111 0 100110 1 10010100 1100001 1000000

Color Harmonies of #48FC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FC9D

Black with #48FC9D

Text Example


Text Example

White with #48FC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,252,157); }

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

background-color css

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

 a { background-color: rgb(72,252,157); }

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

border-color css

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

 span { border-color: rgb(72,252,157); }

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