Html Css Color HEX #41C150 Fruit Salad

📋 copy color: '#41C150'

red 65 ◦ green 193 ◦ blue 80

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

Shades of Fruit Salad #41C150

Tints of Fruit Salad #41C150

RGB

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

 GREEN value IS 193 (75.78% from 255) = 57.1%

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

R = 19.23%
G = 57.1%
B = 23.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#41C150 (or 0x41C150) is known color: Fruit Salad. HEX triplet: 41, C1 and 50. RGB value is (65,193,80). Sum of RGB (Red+Green+Blue) = 65+193+80=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 193 (75.78% from 255 or 57.10% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 193 - color contains mainly: green. Hex color #41C150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C150 is #BE3EAF. Grayscale: #8E8E8E. Windows color (decimal): -12467888 or 5292353. OLE color: 5292353.

HSL color Cylindrical-coordinate representation of color #41C150: hue angle of 127.03º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C150 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 193 80 -
CMYK 0.66 0 0.59 0.24
HSL 127.03º 0.51% 0.51% -
HSV(B) 127.03º 0.66% 0.76% -
XYZ 22.7 39.84 14.08 -
YUV 141.85 93.09 73.19 -
System Red Green Blue C M Y K H S L
Decimal 65 193 80 0.66 0 0.59 0.24 127.03 0.51 0.51
Hex 41 C1 50 42 0 3B 18 7F 33 33
Octal 101 301 120 102 0 73 30 177 63 63
Binary 1000001 11000001 1010000 1000010 0 111011 11000 1111111 110011 110011

Color Harmonies of #41C150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C150

Black with #41C150

Text Example


Text Example

White with #41C150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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