Html Css Color HEX #4AB03D Fruit Salad

📋 copy color: '#4AB03D'

red 74 ◦ green 176 ◦ blue 61

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

Shades of Fruit Salad #4AB03D

Tints of Fruit Salad #4AB03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.61%

R = 23.79%
G = 56.59%
B = 19.61%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#4AB03D (or 0x4AB03D) is known color: Fruit Salad. HEX triplet: 4A, B0 and 3D. RGB value is (74,176,61). Sum of RGB (Red+Green+Blue) = 74+176+61=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 176 (69.14% from 255 or 56.59% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB03D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB03D is #B54FC2. Grayscale: #848484. Windows color (decimal): -11882435 or 4042826. OLE color: 4042826.

HSL color Cylindrical-coordinate representation of color #4AB03D: hue angle of 113.22º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AB03D is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 74 176 61 -
CMYK 0.58 0 0.65 0.31
HSL 113.22º 0.49% 0.46% -
HSV(B) 113.22º 0.65% 0.69% -
XYZ 19.19 32.84 9.74 -
YUV 132.39 87.71 86.35 -
System Red Green Blue C M Y K H S L
Decimal 74 176 61 0.58 0 0.65 0.31 113.22 0.49 0.46
Hex 4A B0 3D 3A 0 41 1F 71 31 2E
Octal 112 260 75 72 0 101 37 161 61 56
Binary 1001010 10110000 111101 111010 0 1000001 11111 1110001 110001 101110

Color Harmonies of #4AB03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB03D

Black with #4AB03D

Text Example


Text Example

White with #4AB03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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