Html Css Color HEX #4AB35D Fruit Salad

📋 copy color: '#4AB35D'

red 74 ◦ green 179 ◦ blue 93

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

Shades of Fruit Salad #4AB35D

Tints of Fruit Salad #4AB35D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 51.73%

 BLUE value IS 93 (36.72% from 255) = 26.88%

R = 21.39%
G = 51.73%
B = 26.88%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#4AB35D (or 0x4AB35D) is known color: Fruit Salad. HEX triplet: 4A, B3 and 5D. RGB value is (74,179,93). Sum of RGB (Red+Green+Blue) = 74+179+93=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 179 (70.31% from 255 or 51.73% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB35D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB35D is #B54CA2. Grayscale: #8A8A8A. Windows color (decimal): -11881635 or 6140746. OLE color: 6140746.

HSL color Cylindrical-coordinate representation of color #4AB35D: hue angle of 130.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB35D is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 74 179 93 -
CMYK 0.59 0 0.48 0.30
HSL 130.86º 0.42% 0.5% -
HSV(B) 130.86º 0.59% 0.7% -
XYZ 20.92 34.49 15.91 -
YUV 137.8 102.71 82.49 -
System Red Green Blue C M Y K H S L
Decimal 74 179 93 0.59 0 0.48 0.30 130.86 0.42 0.5
Hex 4A B3 5D 3B 0 30 1E 83 2A 32
Octal 112 263 135 73 0 60 36 203 52 62
Binary 1001010 10110011 1011101 111011 0 110000 11110 10000011 101010 110010

Color Harmonies of #4AB35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB35D

Black with #4AB35D

Text Example


Text Example

White with #4AB35D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,179,93); }

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

background-color css

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

 a { background-color: rgb(74,179,93); }

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

border-color css

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

 span { border-color: rgb(74,179,93); }

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