Html Css Color HEX #41B74A Fruit Salad

📋 copy color: '#41B74A'

red 65 ◦ green 183 ◦ blue 74

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

Shades of Fruit Salad #41B74A

Tints of Fruit Salad #41B74A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 56.83%

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

R = 20.19%
G = 56.83%
B = 22.98%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#41B74A (or 0x41B74A) is known color: Fruit Salad. HEX triplet: 41, B7 and 4A. RGB value is (65,183,74). Sum of RGB (Red+Green+Blue) = 65+183+74=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 183 (71.88% from 255 or 56.83% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 183 - color contains mainly: green. Hex color #41B74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B74A is #BE48B5. Grayscale: #878787. Windows color (decimal): -12470454 or 4896577. OLE color: 4896577.

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

Color convert

RGB 65 183 74 -
CMYK 0.64 0 0.60 0.28
HSL 124.58º 0.48% 0.49% -
HSV(B) 124.58º 0.64% 0.72% -
XYZ 20.35 35.49 12.26 -
YUV 135.29 93.41 77.86 -
System Red Green Blue C M Y K H S L
Decimal 65 183 74 0.64 0 0.60 0.28 124.58 0.48 0.49
Hex 41 B7 4A 40 0 3C 1C 7D 30 31
Octal 101 267 112 100 0 74 34 175 60 61
Binary 1000001 10110111 1001010 1000000 0 111100 11100 1111101 110000 110001

Color Harmonies of #41B74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B74A

Black with #41B74A

Text Example


Text Example

White with #41B74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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