#45b453

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

Shades of Fruit Salad #45B453

Tints of Fruit Salad #45B453

Color information

#45B453 (or 0x45B453) is unknown color: approx Fruit Salad. HEX triplet: 45, B4 and 53. RGB value is (69,180,83). Sum of RGB (Red+Green+Blue) = 69+180+83=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 180 (70.70% from 255 or 54.22% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 180 - color contains mainly: green. Hex color #45B453 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45B453 is #BA4BAC. Grayscale: #888888. Windows color (decimal): -12209069 or 5485637. OLE color: 5485637.

HSL color Cylindrical-coordinate representation of color #45B453: hue angle of 127.57º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45B453 is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB6918083-
CMYK0.6200.540.29
HSL127.57º44.58%48.82%-
HSV(B)127.57º61.67%70.59%-
XYZ20.3434.5313.78-
YUV135.7598.2380.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.78%
GREEN value IS 180 (70.70% from 255) = 54.22%
BLUE value IS 83 (32.81% from 255) = 25%
R=20.78%
G=54.22%
B=25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal69180830.6200.540.29127.5744.5848.82
Hex45B4533E0361D802d31
Octal10526412376066352005561
Binary100010110110100101001111111001101101110110000000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45b453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,180,83); }

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

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

 a { background-color: rgb(69,180,83); }

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

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

 span { border-color: rgb(69,180,83); }

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