Html Css Color HEX #41BA4A Fruit Salad

📋 copy color: '#41BA4A'

red 65 ◦ green 186 ◦ blue 74

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

Shades of Fruit Salad #41BA4A

Tints of Fruit Salad #41BA4A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 57.23%

 BLUE value IS 74 (29.3% from 255) = 22.77%

R = 20%
G = 57.23%
B = 22.77%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#41BA4A (or 0x41BA4A) is known color: Fruit Salad. HEX triplet: 41, BA and 4A. RGB value is (65,186,74). Sum of RGB (Red+Green+Blue) = 65+186+74=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #41BA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BA4A is #BE45B5. Grayscale: #898989. Windows color (decimal): -12469686 or 4897345. OLE color: 4897345.

HSL color Cylindrical-coordinate representation of color #41BA4A: hue angle of 124.46º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41BA4A is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 186 74 -
CMYK 0.65 0 0.60 0.27
HSL 124.46º 0.48% 0.49% -
HSV(B) 124.46º 0.65% 0.73% -
XYZ 20.97 36.74 12.46 -
YUV 137.05 92.41 76.61 -
System Red Green Blue C M Y K H S L
Decimal 65 186 74 0.65 0 0.60 0.27 124.46 0.48 0.49
Hex 41 BA 4A 41 0 3C 1B 7C 30 31
Octal 101 272 112 101 0 74 33 174 60 61
Binary 1000001 10111010 1001010 1000001 0 111100 11011 1111100 110000 110001

Color Harmonies of #41BA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BA4A

Black with #41BA4A

Text Example


Text Example

White with #41BA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,186,74); }

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

background-color css

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

 a { background-color: rgb(65,186,74); }

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

border-color css

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

 span { border-color: rgb(65,186,74); }

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