#45BD48

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

Shades of Fruit Salad #45BD48

Tints of Fruit Salad #45BD48

Color information

#45BD48 (or 0x45BD48) is unknown color: approx Fruit Salad. HEX triplet: 45, BD and 48. RGB value is (69,189,72). Sum of RGB (Red+Green+Blue) = 69+189+72=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 189 (74.22% from 255 or 57.27% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 189 - color contains mainly: green. Hex color #45BD48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BD48 is #BA42B7. Grayscale: #8C8C8C. Windows color (decimal): -12206776 or 4767045. OLE color: 4767045.

HSL color Cylindrical-coordinate representation of color #45BD48: hue angle of 121.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45BD48 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB6918972-
CMYK0.6300.620.26
HSL121.5º47.62%50.59%-
HSV(B)121.5º63.49%74.12%-
XYZ21.8238.1312.34-
YUV139.7889.7477.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.91%
GREEN value IS 189 (74.22% from 255) = 57.27%
BLUE value IS 72 (28.52% from 255) = 21.82%
R=20.91%
G=57.27%
B=21.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal69189720.6300.620.26121.547.6250.59
Hex45BD483F03E1A7a3033
Octal10527511077076321726063
Binary10001011011110110010001111110111110110101111010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45BD48; }

 p { color: rgb(69,189,72); }

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

<style>
 a { background-color: #45BD48; }

 a { background-color: rgb(69,189,72); }

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

<style>
 span { border-color: #45BD48; }

 span { border-color: rgb(69,189,72); }

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