#41B74E

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

Shades of Fruit Salad #41B74E

Tints of Fruit Salad #41B74E

Color information

#41B74E (or 0x41B74E) is unknown color: approx Fruit Salad. HEX triplet: 41, B7 and 4E. RGB value is (65,183,78). Sum of RGB (Red+Green+Blue) = 65+183+78=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 183 (71.88% from 255 or 56.13% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 183 - color contains mainly: green. Hex color #41B74E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41B74E is #BE48B1. Grayscale: #888888. Windows color (decimal): -12470450 or 5158721. OLE color: 5158721.

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

Color convert

RGB6518378-
CMYK0.6400.570.28
HSL126.61º47.58%48.63%-
HSV(B)126.61º64.48%71.76%-
XYZ20.4935.5412.99-
YUV135.7595.4177.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.94%
GREEN value IS 183 (71.88% from 255) = 56.13%
BLUE value IS 78 (30.86% from 255) = 23.93%
R=19.94%
G=56.13%
B=23.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal65183780.6400.570.28126.6147.5848.63
Hex41B74E400391C7f3031
Octal101267116100071341776061
Binary100000110110111100111010000000111001111001111111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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