Html Css Color HEX #4AB855 Fruit Salad

📋 copy color: '#4AB855'

red 74 ◦ green 184 ◦ blue 85

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

Shades of Fruit Salad #4AB855

Tints of Fruit Salad #4AB855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.78%

R = 21.57%
G = 53.64%
B = 24.78%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#4AB855 (or 0x4AB855) is known color: Fruit Salad. HEX triplet: 4A, B8 and 55. RGB value is (74,184,85). Sum of RGB (Red+Green+Blue) = 74+184+85=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 184 (72.27% from 255 or 53.64% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 184 - color contains mainly: green. Hex color #4AB855 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB855 is #B547AA. Grayscale: #8C8C8C. Windows color (decimal): -11880363 or 5617738. OLE color: 5617738.

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

Color convert

RGB 74 184 85 -
CMYK 0.60 0 0.54 0.28
HSL 126º 0.44% 0.51% -
HSV(B) 126º 0.6% 0.72% -
XYZ 21.6 36.39 14.48 -
YUV 139.82 97.06 81.05 -
System Red Green Blue C M Y K H S L
Decimal 74 184 85 0.60 0 0.54 0.28 126 0.44 0.51
Hex 4A B8 55 3C 0 36 1C 7E 2C 33
Octal 112 270 125 74 0 66 34 176 54 63
Binary 1001010 10111000 1010101 111100 0 110110 11100 1111110 101100 110011

Color Harmonies of #4AB855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB855

Black with #4AB855

Text Example


Text Example

White with #4AB855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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