Html Css Color HEX #4ABA4D Fruit Salad

📋 copy color: '#4ABA4D'

red 74 ◦ green 186 ◦ blue 77

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

Shades of Fruit Salad #4ABA4D

Tints of Fruit Salad #4ABA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.85%

R = 21.96%
G = 55.19%
B = 22.85%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#4ABA4D (or 0x4ABA4D) is known color: Fruit Salad. HEX triplet: 4A, BA and 4D. RGB value is (74,186,77). Sum of RGB (Red+Green+Blue) = 74+186+77=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABA4D is #B545B2. Grayscale: #8C8C8C. Windows color (decimal): -11879859 or 5093962. OLE color: 5093962.

HSL color Cylindrical-coordinate representation of color #4ABA4D: hue angle of 121.61º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4ABA4D is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 186 77 -
CMYK 0.60 0 0.59 0.27
HSL 121.61º 0.45% 0.51% -
HSV(B) 121.61º 0.6% 0.73% -
XYZ 21.72 37.11 13.04 -
YUV 140.09 92.39 80.86 -
System Red Green Blue C M Y K H S L
Decimal 74 186 77 0.60 0 0.59 0.27 121.61 0.45 0.51
Hex 4A BA 4D 3C 0 3B 1B 7A 2D 33
Octal 112 272 115 74 0 73 33 172 55 63
Binary 1001010 10111010 1001101 111100 0 111011 11011 1111010 101101 110011

Color Harmonies of #4ABA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABA4D

Black with #4ABA4D

Text Example


Text Example

White with #4ABA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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