Html Css Color HEX #48CE90 Shamrock

📋 copy color: '#48CE90'

red 72 ◦ green 206 ◦ blue 144

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

Shades of Shamrock #48CE90

Tints of Shamrock #48CE90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.12%

R = 17.06%
G = 48.82%
B = 34.12%

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

#48CE90 (or 0x48CE90) is known color: Shamrock. HEX triplet: 48, CE and 90. RGB value is (72,206,144). Sum of RGB (Red+Green+Blue) = 72+206+144=422 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.06% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CE90 is #B7316F. Grayscale: #9E9E9E. Windows color (decimal): -12005744 or 9489992. OLE color: 9489992.

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

Color convert

RGB 72 206 144 -
CMYK 0.65 0 0.30 0.19
HSL 152.24º 0.58% 0.55% -
HSV(B) 152.24º 0.65% 0.81% -
XYZ 29.78 47.53 33.99 -
YUV 158.87 119.61 66.04 -
System Red Green Blue C M Y K H S L
Decimal 72 206 144 0.65 0 0.30 0.19 152.24 0.58 0.55
Hex 48 CE 90 41 0 1E 13 98 3A 37
Octal 110 316 220 101 0 36 23 230 72 67
Binary 1001000 11001110 10010000 1000001 0 11110 10011 10011000 111010 110111

Color Harmonies of #48CE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CE90

Black with #48CE90

Text Example


Text Example

White with #48CE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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