Html Css Color HEX #41C14D Fruit Salad

📋 copy color: '#41C14D'

red 65 ◦ green 193 ◦ blue 77

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

Shades of Fruit Salad #41C14D

Tints of Fruit Salad #41C14D

RGB

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

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

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

R = 19.4%
G = 57.61%
B = 22.99%

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

#41C14D (or 0x41C14D) is known color: Fruit Salad. HEX triplet: 41, C1 and 4D. RGB value is (65,193,77). Sum of RGB (Red+Green+Blue) = 65+193+77=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 193 (75.78% from 255 or 57.61% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 193 - color contains mainly: green. Hex color #41C14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C14D is #BE3EB2. Grayscale: #8D8D8D. Windows color (decimal): -12467891 or 5095745. OLE color: 5095745.

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

Color convert

RGB 65 193 77 -
CMYK 0.66 0 0.60 0.24
HSL 125.63º 0.51% 0.51% -
HSV(B) 125.63º 0.66% 0.76% -
XYZ 22.59 39.8 13.51 -
YUV 141.5 91.59 73.43 -
System Red Green Blue C M Y K H S L
Decimal 65 193 77 0.66 0 0.60 0.24 125.63 0.51 0.51
Hex 41 C1 4D 42 0 3C 18 7E 33 33
Octal 101 301 115 102 0 74 30 176 63 63
Binary 1000001 11000001 1001101 1000010 0 111100 11000 1111110 110011 110011

Color Harmonies of #41C14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C14D

Black with #41C14D

Text Example


Text Example

White with #41C14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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