Html Css Color HEX #45AD41 Fruit Salad

📋 copy color: '#45AD41'

red 69 ◦ green 173 ◦ blue 65

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

Shades of Fruit Salad #45AD41

Tints of Fruit Salad #45AD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.17%

R = 22.48%
G = 56.35%
B = 21.17%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#45AD41 (or 0x45AD41) is known color: Fruit Salad. HEX triplet: 45, AD and 41. RGB value is (69,173,65). Sum of RGB (Red+Green+Blue) = 69+173+65=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 173 (67.97% from 255 or 56.35% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AD41 is #BA52BE. Grayscale: #818181. Windows color (decimal): -12210879 or 4304197. OLE color: 4304197.

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

Color convert

RGB 69 173 65 -
CMYK 0.60 0 0.62 0.32
HSL 117.78º 0.45% 0.47% -
HSV(B) 117.78º 0.62% 0.68% -
XYZ 18.35 31.53 10.12 -
YUV 129.59 91.54 84.78 -
System Red Green Blue C M Y K H S L
Decimal 69 173 65 0.60 0 0.62 0.32 117.78 0.45 0.47
Hex 45 AD 41 3C 0 3E 20 76 2D 2F
Octal 105 255 101 74 0 76 40 166 55 57
Binary 1000101 10101101 1000001 111100 0 111110 100000 1110110 101101 101111

Color Harmonies of #45AD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45AD41

Black with #45AD41

Text Example


Text Example

White with #45AD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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