Html Css Color HEX #4AB741 Fruit Salad

📋 copy color: '#4AB741'

red 74 ◦ green 183 ◦ blue 65

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

Shades of Fruit Salad #4AB741

Tints of Fruit Salad #4AB741

RGB

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

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

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

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

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #4AB741: hue angle of 115.42º 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 #4AB741 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 74 183 65 -
CMYK 0.60 0 0.64 0.28
HSL 115.42º 0.48% 0.49% -
HSV(B) 115.42º 0.64% 0.72% -
XYZ 20.71 35.7 10.8 -
YUV 136.96 87.39 83.09 -
System Red Green Blue C M Y K H S L
Decimal 74 183 65 0.60 0 0.64 0.28 115.42 0.48 0.49
Hex 4A B7 41 3C 0 40 1C 73 30 31
Octal 112 267 101 74 0 100 34 163 60 61
Binary 1001010 10110111 1000001 111100 0 1000000 11100 1110011 110000 110001

Color Harmonies of #4AB741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB741

Black with #4AB741

Text Example


Text Example

White with #4AB741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AB741; }

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

 H1.HeaderClassName
 {
   color: #4AB741;
 }
 .AnyTagClassName
 {
   color: #4AB741;
 }
</style>

background-color css

<style>
 a { background-color: #4AB741; }

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

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

border-color css

<style>
 span { border-color: #4AB741; }

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

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