Html Css Color HEX #41C24D Fruit Salad

📋 copy color: '#41C24D'

red 65 ◦ green 194 ◦ blue 77

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

Shades of Fruit Salad #41C24D

Tints of Fruit Salad #41C24D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 57.74%

 BLUE value IS 77 (30.47% from 255) = 22.92%

R = 19.35%
G = 57.74%
B = 22.92%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#41C24D (or 0x41C24D) is known color: Fruit Salad. HEX triplet: 41, C2 and 4D. RGB value is (65,194,77). Sum of RGB (Red+Green+Blue) = 65+194+77=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 194 (76.17% from 255 or 57.74% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 194 - color contains mainly: green. Hex color #41C24D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C24D is #BE3DB2. Grayscale: #8E8E8E. Windows color (decimal): -12467635 or 5096001. OLE color: 5096001.

HSL color Cylindrical-coordinate representation of color #41C24D: hue angle of 125.58º 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 #41C24D is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 194 77 -
CMYK 0.66 0 0.60 0.24
HSL 125.58º 0.51% 0.51% -
HSV(B) 125.58º 0.66% 0.76% -
XYZ 22.81 40.24 13.59 -
YUV 142.09 91.26 73.01 -
System Red Green Blue C M Y K H S L
Decimal 65 194 77 0.66 0 0.60 0.24 125.58 0.51 0.51
Hex 41 C2 4D 42 0 3C 18 7E 33 33
Octal 101 302 115 102 0 74 30 176 63 63
Binary 1000001 11000010 1001101 1000010 0 111100 11000 1111110 110011 110011

Color Harmonies of #41C24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C24D

Black with #41C24D

Text Example


Text Example

White with #41C24D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,194,77); }

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

background-color css

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

 a { background-color: rgb(65,194,77); }

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

border-color css

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

 span { border-color: rgb(65,194,77); }

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