#4ABC52

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

Shades of Fruit Salad #4ABC52

Tints of Fruit Salad #4ABC52

Color information

#4ABC52 (or 0x4ABC52) is unknown color: approx Fruit Salad. HEX triplet: 4A, BC and 52. RGB value is (74,188,82). Sum of RGB (Red+Green+Blue) = 74+188+82=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABC52 is #B543AD. Grayscale: #8E8E8E. Windows color (decimal): -11879342 or 5422154. OLE color: 5422154.

HSL color Cylindrical-coordinate representation of color #4ABC52: hue angle of 124.21º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABC52 is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB7418882-
CMYK0.6100.560.26
HSL124.21º45.97%51.37%-
HSV(B)124.21º60.64%73.73%-
XYZ22.3338.0314.15-
YUV141.8394.2379.62-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.51%
GREEN value IS 188 (73.83% from 255) = 54.65%
BLUE value IS 82 (32.42% from 255) = 23.84%
R=21.51%
G=54.65%
B=23.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal74188820.6100.560.26124.2145.9751.37
Hex4ABC523D0381A7c2e33
Octal11227412275070321745663
Binary10010101011110010100101111010111000110101111100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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