#48BF90

Color #48BF90 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #48BF90

Tints of Shamrock #48BF90

Color information

#48BF90 (or 0x48BF90) is unknown color: approx Shamrock. HEX triplet: 48, BF and 90. RGB value is (72,191,144). Sum of RGB (Red+Green+Blue) = 72+191+144=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #48BF90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BF90 is #B7406F. Grayscale: #969696. Windows color (decimal): -12009584 or 9486152. OLE color: 9486152.

HSL color Cylindrical-coordinate representation of color #48BF90: hue angle of 156.3º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BF90 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB72191144-
CMYK0.6200.250.25
HSL156.3º48.18%51.57%-
HSV(B)156.3º62.3%74.9%-
XYZ26.3440.6532.84-
YUV150.06124.5872.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.69%
GREEN value IS 191 (75% from 255) = 46.93%
BLUE value IS 144 (56.64% from 255) = 35.38%
R=17.69%
G=46.93%
B=35.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721911440.6200.250.25156.348.1851.57
Hex48BF903E019199c3034
Octal11027722076031312346064
Binary100100010111111100100001111100110011100110011100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48BF90;
 }
 .AnyTagClassName
 {
   color: #48BF90;
 }
</style>
background-color css

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

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

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

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

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

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