Html Css Color HEX #48CE93 Shamrock

📋 copy color: '#48CE93'

red 72 ◦ green 206 ◦ blue 147

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

Shades of Shamrock #48CE93

Tints of Shamrock #48CE93

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.47%

 BLUE value IS 147 (57.81% from 255) = 34.59%

R = 16.94%
G = 48.47%
B = 34.59%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#48CE93 (or 0x48CE93) is known color: Shamrock. HEX triplet: 48, CE and 93. RGB value is (72,206,147). Sum of RGB (Red+Green+Blue) = 72+206+147=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 206 (80.86% from 255 or 48.47% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CE93 is #B7316C. Grayscale: #9F9F9F. Windows color (decimal): -12005741 or 9686600. OLE color: 9686600.

HSL color Cylindrical-coordinate representation of color #48CE93: hue angle of 153.58º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CE93 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 206 147 -
CMYK 0.65 0 0.29 0.19
HSL 153.58º 0.58% 0.55% -
HSV(B) 153.58º 0.65% 0.81% -
XYZ 30.01 47.63 35.21 -
YUV 159.21 121.11 65.8 -
System Red Green Blue C M Y K H S L
Decimal 72 206 147 0.65 0 0.29 0.19 153.58 0.58 0.55
Hex 48 CE 93 41 0 1D 13 9A 3A 37
Octal 110 316 223 101 0 35 23 232 72 67
Binary 1001000 11001110 10010011 1000001 0 11101 10011 10011010 111010 110111

Color Harmonies of #48CE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CE93

Black with #48CE93

Text Example


Text Example

White with #48CE93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,206,147); }

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

background-color css

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

 a { background-color: rgb(72,206,147); }

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

border-color css

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

 span { border-color: rgb(72,206,147); }

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