Html Css Color HEX #4ABA50 Fruit Salad

📋 copy color: '#4ABA50'

red 74 ◦ green 186 ◦ blue 80

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

Shades of Fruit Salad #4ABA50

Tints of Fruit Salad #4ABA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.53%

R = 21.76%
G = 54.71%
B = 23.53%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#4ABA50 (or 0x4ABA50) is known color: Fruit Salad. HEX triplet: 4A, BA and 50. RGB value is (74,186,80). Sum of RGB (Red+Green+Blue) = 74+186+80=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABA50 is #B545AF. Grayscale: #8C8C8C. Windows color (decimal): -11879856 or 5290570. OLE color: 5290570.

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

Color convert

RGB 74 186 80 -
CMYK 0.60 0 0.57 0.27
HSL 123.21º 0.45% 0.51% -
HSV(B) 123.21º 0.6% 0.73% -
XYZ 21.83 37.15 13.61 -
YUV 140.43 93.89 80.62 -
System Red Green Blue C M Y K H S L
Decimal 74 186 80 0.60 0 0.57 0.27 123.21 0.45 0.51
Hex 4A BA 50 3C 0 39 1B 7B 2D 33
Octal 112 272 120 74 0 71 33 173 55 63
Binary 1001010 10111010 1010000 111100 0 111001 11011 1111011 101101 110011

Color Harmonies of #4ABA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABA50

Black with #4ABA50

Text Example


Text Example

White with #4ABA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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