Html Css Color HEX #4AB047 Fruit Salad

📋 copy color: '#4AB047'

red 74 ◦ green 176 ◦ blue 71

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

Shades of Fruit Salad #4AB047

Tints of Fruit Salad #4AB047

RGB

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

 GREEN value IS 176 (69.14% from 255) = 54.83%

 BLUE value IS 71 (28.13% from 255) = 22.12%

R = 23.05%
G = 54.83%
B = 22.12%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#4AB047 (or 0x4AB047) is known color: Fruit Salad. HEX triplet: 4A, B0 and 47. RGB value is (74,176,71). Sum of RGB (Red+Green+Blue) = 74+176+71=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 176 (69.14% from 255 or 54.83% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB047 is #B54FB8. Grayscale: #858585. Windows color (decimal): -11882425 or 4698186. OLE color: 4698186.

HSL color Cylindrical-coordinate representation of color #4AB047: hue angle of 118.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB047 is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 74 176 71 -
CMYK 0.58 0 0.60 0.31
HSL 118.29º 0.43% 0.48% -
HSV(B) 118.29º 0.6% 0.69% -
XYZ 19.49 32.96 11.3 -
YUV 133.53 92.71 85.54 -
System Red Green Blue C M Y K H S L
Decimal 74 176 71 0.58 0 0.60 0.31 118.29 0.43 0.48
Hex 4A B0 47 3A 0 3C 1F 76 2B 30
Octal 112 260 107 72 0 74 37 166 53 60
Binary 1001010 10110000 1000111 111010 0 111100 11111 1110110 101011 110000

Color Harmonies of #4AB047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB047

Black with #4AB047

Text Example


Text Example

White with #4AB047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,176,71); }

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

background-color css

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

 a { background-color: rgb(74,176,71); }

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

border-color css

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

 span { border-color: rgb(74,176,71); }

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