Html Css Color HEX #4AA83D Fruit Salad

📋 copy color: '#4AA83D'

red 74 ◦ green 168 ◦ blue 61

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

Shades of Fruit Salad #4AA83D

Tints of Fruit Salad #4AA83D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 55.45%

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

R = 24.42%
G = 55.45%
B = 20.13%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#4AA83D (or 0x4AA83D) is known color: Fruit Salad. HEX triplet: 4A, A8 and 3D. RGB value is (74,168,61). Sum of RGB (Red+Green+Blue) = 74+168+61=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 168 (66.02% from 255 or 55.45% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 168 - color contains mainly: green. Hex color #4AA83D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA83D is #B557C2. Grayscale: #808080. Windows color (decimal): -11884483 or 4040778. OLE color: 4040778.

HSL color Cylindrical-coordinate representation of color #4AA83D: hue angle of 112.71º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AA83D is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 74 168 61 -
CMYK 0.56 0 0.64 0.34
HSL 112.71º 0.47% 0.45% -
HSV(B) 112.71º 0.64% 0.66% -
XYZ 17.67 29.8 9.24 -
YUV 127.7 90.36 89.7 -
System Red Green Blue C M Y K H S L
Decimal 74 168 61 0.56 0 0.64 0.34 112.71 0.47 0.45
Hex 4A A8 3D 38 0 40 22 71 2F 2D
Octal 112 250 75 70 0 100 42 161 57 55
Binary 1001010 10101000 111101 111000 0 1000000 100010 1110001 101111 101101

Color Harmonies of #4AA83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA83D

Black with #4AA83D

Text Example


Text Example

White with #4AA83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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