#4ABC45

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

Shades of Fruit Salad #4ABC45

Tints of Fruit Salad #4ABC45

Color information

#4ABC45 (or 0x4ABC45) is unknown color: approx Fruit Salad. HEX triplet: 4A, BC and 45. RGB value is (74,188,69). Sum of RGB (Red+Green+Blue) = 74+188+69=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABC45 is #B543BA. Grayscale: #8C8C8C. Windows color (decimal): -11879355 or 4570186. OLE color: 4570186.

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

Color convert

RGB7418869-
CMYK0.6100.630.26
HSL117.48º47.04%50.39%-
HSV(B)117.48º63.3%73.73%-
XYZ21.8837.8511.78-
YUV140.3587.7380.68-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.36%
GREEN value IS 188 (73.83% from 255) = 56.80%
BLUE value IS 69 (27.34% from 255) = 20.85%
R=22.36%
G=56.80%
B=20.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal74188690.6100.630.26117.4847.0450.39
Hex4ABC453D03F1A752f32
Octal11227410575077321655762
Binary10010101011110010001011111010111111110101110101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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