Html Css Color HEX #41C355 Fruit Salad

📋 copy color: '#41C355'

red 65 ◦ green 195 ◦ blue 85

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

Shades of Fruit Salad #41C355

Tints of Fruit Salad #41C355

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.52%

 BLUE value IS 85 (33.59% from 255) = 24.64%

R = 18.84%
G = 56.52%
B = 24.64%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#41C355 (or 0x41C355) is known color: Fruit Salad. HEX triplet: 41, C3 and 55. RGB value is (65,195,85). Sum of RGB (Red+Green+Blue) = 65+195+85=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 195 (76.56% from 255 or 56.52% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 195 - color contains mainly: green. Hex color #41C355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C355 is #BE3CAA. Grayscale: #8F8F8F. Windows color (decimal): -12467371 or 5620545. OLE color: 5620545.

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

Color convert

RGB 65 195 85 -
CMYK 0.67 0 0.56 0.24
HSL 129.23º 0.52% 0.51% -
HSV(B) 129.23º 0.67% 0.76% -
XYZ 23.33 40.81 15.24 -
YUV 143.59 94.93 71.94 -
System Red Green Blue C M Y K H S L
Decimal 65 195 85 0.67 0 0.56 0.24 129.23 0.52 0.51
Hex 41 C3 55 43 0 38 18 81 34 33
Octal 101 303 125 103 0 70 30 201 64 63
Binary 1000001 11000011 1010101 1000011 0 111000 11000 10000001 110100 110011

Color Harmonies of #41C355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C355

Black with #41C355

Text Example


Text Example

White with #41C355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,195,85); }

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

background-color css

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

 a { background-color: rgb(65,195,85); }

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

border-color css

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

 span { border-color: rgb(65,195,85); }

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