Html Css Color HEX #41A650 Fruit Salad

📋 copy color: '#41A650'

red 65 ◦ green 166 ◦ blue 80

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

Shades of Fruit Salad #41A650

Tints of Fruit Salad #41A650

RGB

 RED value IS 65 (25.78% from 255) = 20.9%

 GREEN value IS 166 (65.23% from 255) = 53.38%

 BLUE value IS 80 (31.64% from 255) = 25.72%

R = 20.9%
G = 53.38%
B = 25.72%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#41A650 (or 0x41A650) is known color: Fruit Salad. HEX triplet: 41, A6 and 50. RGB value is (65,166,80). Sum of RGB (Red+Green+Blue) = 65+166+80=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 166 (65.23% from 255 or 53.38% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 166 - color contains mainly: green. Hex color #41A650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A650 is #BE59AF. Grayscale: #7E7E7E. Windows color (decimal): -12474800 or 5285441. OLE color: 5285441.

HSL color Cylindrical-coordinate representation of color #41A650: hue angle of 128.91º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41A650 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 65 166 80 -
CMYK 0.61 0 0.52 0.35
HSL 128.91º 0.44% 0.45% -
HSV(B) 128.91º 0.61% 0.65% -
XYZ 17.26 28.98 12.27 -
YUV 126 102.04 84.49 -
System Red Green Blue C M Y K H S L
Decimal 65 166 80 0.61 0 0.52 0.35 128.91 0.44 0.45
Hex 41 A6 50 3D 0 34 23 81 2C 2D
Octal 101 246 120 75 0 64 43 201 54 55
Binary 1000001 10100110 1010000 111101 0 110100 100011 10000001 101100 101101

Color Harmonies of #41A650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A650

Black with #41A650

Text Example


Text Example

White with #41A650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41A650; }

 p { color: rgb(65,166,80); }

 H1.HeaderClassName
 {
   color: #41A650;
 }
 .AnyTagClassName
 {
   color: #41A650;
 }
</style>

background-color css

<style>
 a { background-color: #41A650; }

 a { background-color: rgb(65,166,80); }

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

border-color css

<style>
 span { border-color: #41A650; }

 span { border-color: rgb(65,166,80); }

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