#4BA24D

Color #4BA24D Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #4BA24D

Tints of Fruit Salad #4BA24D

Color information

#4BA24D (or 0x4BA24D) is unknown color: approx Fruit Salad. HEX triplet: 4B, A2 and 4D. RGB value is (75,162,77). Sum of RGB (Red+Green+Blue) = 75+162+77=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA24D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA24D is #B45DB2. Grayscale: #7E7E7E. Windows color (decimal): -11820467 or 5087819. OLE color: 5087819.

HSL color Cylindrical-coordinate representation of color #4BA24D: hue angle of 121.38º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA24D is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB7516277-
CMYK0.5400.520.36
HSL121.38º36.71%46.47%-
HSV(B)121.38º53.7%63.53%-
XYZ17.1627.8711.5-
YUV126.3100.1891.41-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.89%
GREEN value IS 162 (63.67% from 255) = 51.59%
BLUE value IS 77 (30.47% from 255) = 24.52%
R=23.89%
G=51.59%
B=24.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal75162770.5400.520.36121.3836.7146.47
Hex4BA24D360342479252e
Octal11324211566064441714556
Binary100101110100010100110111011001101001001001111001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,162,77); }

 H1.HeaderClassName
 {
   color: #4BA24D;
 }
 .AnyTagClassName
 {
   color: #4BA24D;
 }
</style>
background-color css

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

 a { background-color: rgb(75,162,77); }

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

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

 span { border-color: rgb(75,162,77); }

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