#4CBC53

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

Shades of Fruit Salad #4CBC53

Tints of Fruit Salad #4CBC53

Color information

#4CBC53 (or 0x4CBC53) is unknown color: approx Fruit Salad. HEX triplet: 4C, BC and 53. RGB value is (76,188,83). Sum of RGB (Red+Green+Blue) = 76+188+83=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBC53 is #B343AC. Grayscale: #8E8E8E. Windows color (decimal): -11748269 or 5487692. OLE color: 5487692.

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

Color convert

RGB7618883-
CMYK0.6000.560.26
HSL123.75º45.53%51.76%-
HSV(B)123.75º59.57%73.73%-
XYZ22.5338.1314.36-
YUV142.5494.3980.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.90%
GREEN value IS 188 (73.83% from 255) = 54.18%
BLUE value IS 83 (32.81% from 255) = 23.92%
R=21.90%
G=54.18%
B=23.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal76188830.6000.560.26123.7545.5351.76
Hex4CBC533C0381A7c2e34
Octal11427412374070321745664
Binary10011001011110010100111111000111000110101111100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,188,83); }

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

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

 a { background-color: rgb(76,188,83); }

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

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

 span { border-color: rgb(76,188,83); }

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