Html Css Color HEX #41C24E Fruit Salad

📋 copy color: '#41C24E'

red 65 ◦ green 194 ◦ blue 78

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

Shades of Fruit Salad #41C24E

Tints of Fruit Salad #41C24E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.15%

R = 19.29%
G = 57.57%
B = 23.15%

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

#41C24E (or 0x41C24E) is known color: Fruit Salad. HEX triplet: 41, C2 and 4E. RGB value is (65,194,78). Sum of RGB (Red+Green+Blue) = 65+194+78=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 194 (76.17% from 255 or 57.57% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 194 - color contains mainly: green. Hex color #41C24E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C24E is #BE3DB1. Grayscale: #8E8E8E. Windows color (decimal): -12467634 or 5161537. OLE color: 5161537.

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

Color convert

RGB 65 194 78 -
CMYK 0.66 0 0.60 0.24
HSL 126.05º 0.51% 0.51% -
HSV(B) 126.05º 0.66% 0.76% -
XYZ 22.85 40.26 13.77 -
YUV 142.21 91.76 72.93 -
System Red Green Blue C M Y K H S L
Decimal 65 194 78 0.66 0 0.60 0.24 126.05 0.51 0.51
Hex 41 C2 4E 42 0 3C 18 7E 33 33
Octal 101 302 116 102 0 74 30 176 63 63
Binary 1000001 11000010 1001110 1000010 0 111100 11000 1111110 110011 110011

Color Harmonies of #41C24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C24E

Black with #41C24E

Text Example


Text Example

White with #41C24E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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