#45BD52

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

Shades of Fruit Salad #45BD52

Tints of Fruit Salad #45BD52

Color information

#45BD52 (or 0x45BD52) is unknown color: approx Fruit Salad. HEX triplet: 45, BD and 52. RGB value is (69,189,82). Sum of RGB (Red+Green+Blue) = 69+189+82=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 189 (74.22% from 255 or 55.59% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 189 - color contains mainly: green. Hex color #45BD52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BD52 is #BA42AD. Grayscale: #8D8D8D. Windows color (decimal): -12206766 or 5422405. OLE color: 5422405.

HSL color Cylindrical-coordinate representation of color #45BD52: hue angle of 126.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 #45BD52 is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB6918982-
CMYK0.6300.570.26
HSL126.5º47.62%50.59%-
HSV(B)126.5º63.49%74.12%-
XYZ22.1738.2714.2-
YUV140.9294.7476.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.29%
GREEN value IS 189 (74.22% from 255) = 55.59%
BLUE value IS 82 (32.42% from 255) = 24.12%
R=20.29%
G=55.59%
B=24.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal69189820.6300.570.26126.547.6250.59
Hex45BD523F0391A7e3033
Octal10527512277071321766063
Binary10001011011110110100101111110111001110101111110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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