Html Css Color HEX #48EC90 Shamrock

📋 copy color: '#48EC90'

red 72 ◦ green 236 ◦ blue 144

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

Shades of Shamrock #48EC90

Tints of Shamrock #48EC90

RGB

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

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

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

R = 15.93%
G = 52.21%
B = 31.86%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#48EC90 (or 0x48EC90) is known color: Shamrock. HEX triplet: 48, EC and 90. RGB value is (72,236,144). Sum of RGB (Red+Green+Blue) = 72+236+144=452 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.93% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EC90 is #B7136F. Grayscale: #B0B0B0. Windows color (decimal): -11998064 or 9497672. OLE color: 9497672.

HSL color Cylindrical-coordinate representation of color #48EC90: hue angle of 146.34º 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 #48EC90 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 236 144 -
CMYK 0.69 0 0.39 0.07
HSL 146.34º 0.81% 0.6% -
HSV(B) 146.34º 0.69% 0.93% -
XYZ 37.7 63.38 36.63 -
YUV 176.48 109.67 53.48 -
System Red Green Blue C M Y K H S L
Decimal 72 236 144 0.69 0 0.39 0.07 146.34 0.81 0.6
Hex 48 EC 90 45 0 27 7 92 51 3C
Octal 110 354 220 105 0 47 7 222 121 74
Binary 1001000 11101100 10010000 1000101 0 100111 111 10010010 1010001 111100

Color Harmonies of #48EC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EC90

Black with #48EC90

Text Example


Text Example

White with #48EC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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