Html Css Color HEX #41B850 Fruit Salad

📋 copy color: '#41B850'

red 65 ◦ green 184 ◦ blue 80

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

Shades of Fruit Salad #41B850

Tints of Fruit Salad #41B850

RGB

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

 GREEN value IS 184 (72.27% from 255) = 55.93%

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

R = 19.76%
G = 55.93%
B = 24.32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#41B850 (or 0x41B850) is known color: Fruit Salad. HEX triplet: 41, B8 and 50. RGB value is (65,184,80). Sum of RGB (Red+Green+Blue) = 65+184+80=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 184 (72.27% from 255 or 55.93% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 184 - color contains mainly: green. Hex color #41B850 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41B850 is #BE47AF. Grayscale: #888888. Windows color (decimal): -12470192 or 5290049. OLE color: 5290049.

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

Color convert

RGB 65 184 80 -
CMYK 0.65 0 0.57 0.28
HSL 127.56º 0.48% 0.49% -
HSV(B) 127.56º 0.65% 0.72% -
XYZ 20.77 35.98 13.44 -
YUV 136.56 96.08 76.96 -
System Red Green Blue C M Y K H S L
Decimal 65 184 80 0.65 0 0.57 0.28 127.56 0.48 0.49
Hex 41 B8 50 41 0 39 1C 80 30 31
Octal 101 270 120 101 0 71 34 200 60 61
Binary 1000001 10111000 1010000 1000001 0 111001 11100 10000000 110000 110001

Color Harmonies of #41B850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B850

Black with #41B850

Text Example


Text Example

White with #41B850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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