Html Css Color HEX #41B740 Fruit Salad

📋 copy color: '#41B740'

red 65 ◦ green 183 ◦ blue 64

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

Shades of Fruit Salad #41B740

Tints of Fruit Salad #41B740

RGB

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

 GREEN value IS 183 (71.88% from 255) = 58.65%

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

R = 20.83%
G = 58.65%
B = 20.51%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#41B740 (or 0x41B740) is known color: Fruit Salad. HEX triplet: 41, B7 and 40. RGB value is (65,183,64). Sum of RGB (Red+Green+Blue) = 65+183+64=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 183 (71.88% from 255 or 58.65% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 183 - color contains mainly: green. Hex color #41B740 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B740 is #BE48BF. Grayscale: #868686. Windows color (decimal): -12470464 or 4241217. OLE color: 4241217.

HSL color Cylindrical-coordinate representation of color #41B740: hue angle of 119.5º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41B740 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 65 183 64 -
CMYK 0.64 0 0.65 0.28
HSL 119.5º 0.48% 0.48% -
HSV(B) 119.5º 0.65% 0.72% -
XYZ 20.04 35.36 10.62 -
YUV 134.15 88.41 78.68 -
System Red Green Blue C M Y K H S L
Decimal 65 183 64 0.64 0 0.65 0.28 119.5 0.48 0.48
Hex 41 B7 40 40 0 41 1C 77 30 30
Octal 101 267 100 100 0 101 34 167 60 60
Binary 1000001 10110111 1000000 1000000 0 1000001 11100 1110111 110000 110000

Color Harmonies of #41B740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B740

Black with #41B740

Text Example


Text Example

White with #41B740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,183,64); }

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

background-color css

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

 a { background-color: rgb(65,183,64); }

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

border-color css

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

 span { border-color: rgb(65,183,64); }

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