Html Css Color HEX #4ABA41 Fruit Salad

📋 copy color: '#4ABA41'

red 74 ◦ green 186 ◦ blue 65

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

Shades of Fruit Salad #4ABA41

Tints of Fruit Salad #4ABA41

RGB

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

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

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

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

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

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

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

Color convert

RGB 74 186 65 -
CMYK 0.60 0 0.65 0.27
HSL 115.54º 0.48% 0.49% -
HSV(B) 115.54º 0.65% 0.73% -
XYZ 21.34 36.96 11.01 -
YUV 138.72 86.39 81.84 -
System Red Green Blue C M Y K H S L
Decimal 74 186 65 0.60 0 0.65 0.27 115.54 0.48 0.49
Hex 4A BA 41 3C 0 41 1B 74 30 31
Octal 112 272 101 74 0 101 33 164 60 61
Binary 1001010 10111010 1000001 111100 0 1000001 11011 1110100 110000 110001

Color Harmonies of #4ABA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABA41

Black with #4ABA41

Text Example


Text Example

White with #4ABA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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