Html Css Color HEX #4AB85C Fruit Salad

📋 copy color: '#4AB85C'

red 74 ◦ green 184 ◦ blue 92

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

Shades of Fruit Salad #4AB85C

Tints of Fruit Salad #4AB85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 21.14%
G = 52.57%
B = 26.29%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#4AB85C (or 0x4AB85C) is known color: Fruit Salad. HEX triplet: 4A, B8 and 5C. RGB value is (74,184,92). Sum of RGB (Red+Green+Blue) = 74+184+92=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 184 (72.27% from 255 or 52.57% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 184 - color contains mainly: green. Hex color #4AB85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB85C is #B547A3. Grayscale: #8C8C8C. Windows color (decimal): -11880356 or 6076490. OLE color: 6076490.

HSL color Cylindrical-coordinate representation of color #4AB85C: hue angle of 129.82º 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 #4AB85C is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 74 184 92 -
CMYK 0.60 0 0.50 0.28
HSL 129.82º 0.44% 0.51% -
HSV(B) 129.82º 0.6% 0.72% -
XYZ 21.9 36.51 16.02 -
YUV 140.62 100.56 80.48 -
System Red Green Blue C M Y K H S L
Decimal 74 184 92 0.60 0 0.50 0.28 129.82 0.44 0.51
Hex 4A B8 5C 3C 0 32 1C 82 2C 33
Octal 112 270 134 74 0 62 34 202 54 63
Binary 1001010 10111000 1011100 111100 0 110010 11100 10000010 101100 110011

Color Harmonies of #4AB85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB85C

Black with #4AB85C

Text Example


Text Example

White with #4AB85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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