Html Css Color HEX #4AB85D Fruit Salad

📋 copy color: '#4AB85D'

red 74 ◦ green 184 ◦ blue 93

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

Shades of Fruit Salad #4AB85D

Tints of Fruit Salad #4AB85D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.42%

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

R = 21.08%
G = 52.42%
B = 26.5%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#4AB85D (or 0x4AB85D) is known color: Fruit Salad. HEX triplet: 4A, B8 and 5D. RGB value is (74,184,93). Sum of RGB (Red+Green+Blue) = 74+184+93=351 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.08% from 351); Green value is 184 (72.27% from 255 or 52.42% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 184 - color contains mainly: green. Hex color #4AB85D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB85D is #B547A2. Grayscale: #8C8C8C. Windows color (decimal): -11880355 or 6142026. OLE color: 6142026.

HSL color Cylindrical-coordinate representation of color #4AB85D: hue angle of 130.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB85D is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 74 184 93 -
CMYK 0.60 0 0.49 0.28
HSL 130.36º 0.44% 0.51% -
HSV(B) 130.36º 0.6% 0.72% -
XYZ 21.94 36.53 16.25 -
YUV 140.74 101.06 80.4 -
System Red Green Blue C M Y K H S L
Decimal 74 184 93 0.60 0 0.49 0.28 130.36 0.44 0.51
Hex 4A B8 5D 3C 0 31 1C 82 2C 33
Octal 112 270 135 74 0 61 34 202 54 63
Binary 1001010 10111000 1011101 111100 0 110001 11100 10000010 101100 110011

Color Harmonies of #4AB85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB85D

Black with #4AB85D

Text Example


Text Example

White with #4AB85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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