#4AB952

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

Shades of Fruit Salad #4AB952

Tints of Fruit Salad #4AB952

Color information

#4AB952 (or 0x4AB952) is unknown color: approx Fruit Salad. HEX triplet: 4A, B9 and 52. RGB value is (74,185,82). Sum of RGB (Red+Green+Blue) = 74+185+82=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB952 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB952 is #B546AD. Grayscale: #8C8C8C. Windows color (decimal): -11880110 or 5421386. OLE color: 5421386.

HSL color Cylindrical-coordinate representation of color #4AB952: hue angle of 124.32º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB952 is Cyan = 0.6, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB7418582-
CMYK0.600.560.27
HSL124.32º44.22%50.78%-
HSV(B)124.32º60%72.55%-
XYZ21.736.7613.94-
YUV140.0795.2380.88-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.70%
GREEN value IS 185 (72.66% from 255) = 54.25%
BLUE value IS 82 (32.42% from 255) = 24.05%
R=21.70%
G=54.25%
B=24.05%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal74185820.600.560.27124.3244.2250.78
Hex4AB9523C0381B7c2c33
Octal11227112274070331745463
Binary10010101011100110100101111000111000110111111100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,185,82); }

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

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

 a { background-color: rgb(74,185,82); }

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

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

 span { border-color: rgb(74,185,82); }

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