Html Css Color HEX #41B64C Fruit Salad

📋 copy color: '#41B64C'

red 65 ◦ green 182 ◦ blue 76

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

Shades of Fruit Salad #41B64C

Tints of Fruit Salad #41B64C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 56.35%

 BLUE value IS 76 (30.08% from 255) = 23.53%

R = 20.12%
G = 56.35%
B = 23.53%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#41B64C (or 0x41B64C) is known color: Fruit Salad. HEX triplet: 41, B6 and 4C. RGB value is (65,182,76). Sum of RGB (Red+Green+Blue) = 65+182+76=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 182 (71.48% from 255 or 56.35% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 182 - color contains mainly: green. Hex color #41B64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B64C is #BE49B3. Grayscale: #878787. Windows color (decimal): -12470708 or 5027393. OLE color: 5027393.

HSL color Cylindrical-coordinate representation of color #41B64C: hue angle of 125.64º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41B64C is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 65 182 76 -
CMYK 0.64 0 0.58 0.29
HSL 125.64º 0.47% 0.48% -
HSV(B) 125.64º 0.64% 0.71% -
XYZ 20.21 35.1 12.55 -
YUV 134.93 94.74 78.12 -
System Red Green Blue C M Y K H S L
Decimal 65 182 76 0.64 0 0.58 0.29 125.64 0.47 0.48
Hex 41 B6 4C 40 0 3A 1D 7E 2F 30
Octal 101 266 114 100 0 72 35 176 57 60
Binary 1000001 10110110 1001100 1000000 0 111010 11101 1111110 101111 110000

Color Harmonies of #41B64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B64C

Black with #41B64C

Text Example


Text Example

White with #41B64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,182,76); }

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

background-color css

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

 a { background-color: rgb(65,182,76); }

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

border-color css

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

 span { border-color: rgb(65,182,76); }

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