Html Css Color HEX #4AB650 Fruit Salad

📋 copy color: '#4AB650'

red 74 ◦ green 182 ◦ blue 80

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

Shades of Fruit Salad #4AB650

Tints of Fruit Salad #4AB650

RGB

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

 GREEN value IS 182 (71.48% from 255) = 54.17%

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

R = 22.02%
G = 54.17%
B = 23.81%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#4AB650 (or 0x4AB650) is known color: Fruit Salad. HEX triplet: 4A, B6 and 50. RGB value is (74,182,80). Sum of RGB (Red+Green+Blue) = 74+182+80=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 182 (71.48% from 255 or 54.17% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB650 is #B549AF. Grayscale: #8A8A8A. Windows color (decimal): -11880880 or 5289546. OLE color: 5289546.

HSL color Cylindrical-coordinate representation of color #4AB650: hue angle of 123.33º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB650 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 74 182 80 -
CMYK 0.59 0 0.56 0.29
HSL 123.33º 0.43% 0.5% -
HSV(B) 123.33º 0.59% 0.71% -
XYZ 21 35.49 13.33 -
YUV 138.08 95.22 82.29 -
System Red Green Blue C M Y K H S L
Decimal 74 182 80 0.59 0 0.56 0.29 123.33 0.43 0.5
Hex 4A B6 50 3B 0 38 1D 7B 2B 32
Octal 112 266 120 73 0 70 35 173 53 62
Binary 1001010 10110110 1010000 111011 0 111000 11101 1111011 101011 110010

Color Harmonies of #4AB650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB650

Black with #4AB650

Text Example


Text Example

White with #4AB650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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