Html Css Color HEX #4AB53D Fruit Salad

📋 copy color: '#4AB53D'

red 74 ◦ green 181 ◦ blue 61

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

Shades of Fruit Salad #4AB53D

Tints of Fruit Salad #4AB53D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 57.28%

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

R = 23.42%
G = 57.28%
B = 19.3%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#4AB53D (or 0x4AB53D) is known color: Fruit Salad. HEX triplet: 4A, B5 and 3D. RGB value is (74,181,61). Sum of RGB (Red+Green+Blue) = 74+181+61=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 181 (71.09% from 255 or 57.28% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 181 - color contains mainly: green. Hex color #4AB53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB53D is #B54AC2. Grayscale: #878787. Windows color (decimal): -11881155 or 4044106. OLE color: 4044106.

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

Color convert

RGB 74 181 61 -
CMYK 0.59 0 0.66 0.29
HSL 113.5º 0.5% 0.47% -
HSV(B) 113.5º 0.66% 0.71% -
XYZ 20.19 34.84 10.08 -
YUV 135.33 86.05 84.26 -
System Red Green Blue C M Y K H S L
Decimal 74 181 61 0.59 0 0.66 0.29 113.5 0.5 0.47
Hex 4A B5 3D 3B 0 42 1D 72 32 2F
Octal 112 265 75 73 0 102 35 162 62 57
Binary 1001010 10110101 111101 111011 0 1000010 11101 1110010 110010 101111

Color Harmonies of #4AB53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB53D

Black with #4AB53D

Text Example


Text Example

White with #4AB53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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