Html Css Color HEX #48CE91 Shamrock

📋 copy color: '#48CE91'

red 72 ◦ green 206 ◦ blue 145

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

Shades of Shamrock #48CE91

Tints of Shamrock #48CE91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.28%

R = 17.02%
G = 48.7%
B = 34.28%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#48CE91 (or 0x48CE91) is known color: Shamrock. HEX triplet: 48, CE and 91. RGB value is (72,206,145). Sum of RGB (Red+Green+Blue) = 72+206+145=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CE91 is #B7316E. Grayscale: #9F9F9F. Windows color (decimal): -12005743 or 9555528. OLE color: 9555528.

HSL color Cylindrical-coordinate representation of color #48CE91: hue angle of 152.69º 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 #48CE91 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 206 145 -
CMYK 0.65 0 0.30 0.19
HSL 152.69º 0.58% 0.55% -
HSV(B) 152.69º 0.65% 0.81% -
XYZ 29.85 47.56 34.4 -
YUV 158.98 120.11 65.96 -
System Red Green Blue C M Y K H S L
Decimal 72 206 145 0.65 0 0.30 0.19 152.69 0.58 0.55
Hex 48 CE 91 41 0 1E 13 99 3A 37
Octal 110 316 221 101 0 36 23 231 72 67
Binary 1001000 11001110 10010001 1000001 0 11110 10011 10011001 111010 110111

Color Harmonies of #48CE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CE91

Black with #48CE91

Text Example


Text Example

White with #48CE91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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