Html Css Color HEX #45AD40 Fruit Salad

📋 copy color: '#45AD40'

red 69 ◦ green 173 ◦ blue 64

#45AD40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #45AD40

Tints of Fruit Salad #45AD40

RGB

 RED value IS 69 (27.34% from 255) = 22.55%

 GREEN value IS 173 (67.97% from 255) = 56.54%

 BLUE value IS 64 (25.39% from 255) = 20.92%

R = 22.55%
G = 56.54%
B = 20.92%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#45AD40 (or 0x45AD40) is known color: Fruit Salad. HEX triplet: 45, AD and 40. RGB value is (69,173,64). Sum of RGB (Red+Green+Blue) = 69+173+64=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 173 (67.97% from 255 or 56.54% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AD40 is #BA52BF. Grayscale: #818181. Windows color (decimal): -12210880 or 4238661. OLE color: 4238661.

HSL color Cylindrical-coordinate representation of color #45AD40: hue angle of 117.25º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45AD40 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 69 173 64 -
CMYK 0.60 0 0.63 0.32
HSL 117.25º 0.46% 0.46% -
HSV(B) 117.25º 0.63% 0.68% -
XYZ 18.32 31.52 9.97 -
YUV 129.48 91.04 84.86 -
System Red Green Blue C M Y K H S L
Decimal 69 173 64 0.60 0 0.63 0.32 117.25 0.46 0.46
Hex 45 AD 40 3C 0 3F 20 75 2E 2E
Octal 105 255 100 74 0 77 40 165 56 56
Binary 1000101 10101101 1000000 111100 0 111111 100000 1110101 101110 101110

Color Harmonies of #45AD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45AD40

Black with #45AD40

Text Example


Text Example

White with #45AD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,173,64); }

 H1.HeaderClassName
 {
   color: #45AD40;
 }
 .AnyTagClassName
 {
   color: #45AD40;
 }
</style>

background-color css

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

 a { background-color: rgb(69,173,64); }

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

border-color css

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

 span { border-color: rgb(69,173,64); }

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