#48b63f

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

Shades of Fruit Salad #48B63F

Tints of Fruit Salad #48B63F

Color information

#48B63F (or 0x48B63F) is unknown color: approx Fruit Salad. HEX triplet: 48, B6 and 3F. RGB value is (72,182,63). Sum of RGB (Red+Green+Blue) = 72+182+63=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 182 (71.48% from 255 or 57.41% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 182 - color contains mainly: green. Hex color #48B63F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B63F is #B749C0. Grayscale: #878787. Windows color (decimal): -12011969 or 4175432. OLE color: 4175432.

HSL color Cylindrical-coordinate representation of color #48B63F: hue angle of 115.46º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48B63F is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB7218263-
CMYK0.6000.650.29
HSL115.46º48.57%48.04%-
HSV(B)115.46º65.38%71.37%-
XYZ20.335.1910.43-
YUV135.5487.0682.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 182 (71.48% from 255) = 57.41%
BLUE value IS 63 (25% from 255) = 19.87%
R=22.71%
G=57.41%
B=19.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72182630.6000.650.29115.4648.5748.04
Hex48B63F3C0411D733130
Octal11026677740101351636160
Binary10010001011011011111111110001000001111011110011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48b63f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,182,63); }

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

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

 a { background-color: rgb(72,182,63); }

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

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

 span { border-color: rgb(72,182,63); }

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