#45b953

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

Shades of Fruit Salad #45B953

Tints of Fruit Salad #45B953

Color information

#45B953 (or 0x45B953) is unknown color: approx Fruit Salad. HEX triplet: 45, B9 and 53. RGB value is (69,185,83). Sum of RGB (Red+Green+Blue) = 69+185+83=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 185 (72.66% from 255 or 54.90% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 185 - color contains mainly: green. Hex color #45B953 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45B953 is #BA46AC. Grayscale: #8A8A8A. Windows color (decimal): -12207789 or 5486917. OLE color: 5486917.

HSL color Cylindrical-coordinate representation of color #45B953: hue angle of 127.24º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45B953 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB6918583-
CMYK0.6300.550.27
HSL127.24º45.67%49.8%-
HSV(B)127.24º62.7%72.55%-
XYZ21.3636.5914.12-
YUV138.6996.5778.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.47%
GREEN value IS 185 (72.66% from 255) = 54.90%
BLUE value IS 83 (32.81% from 255) = 24.63%
R=20.47%
G=54.90%
B=24.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal69185830.6300.550.27127.2445.6749.8
Hex45B9533F0371B7f2e32
Octal10527112377067331775662
Binary10001011011100110100111111110110111110111111111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45b953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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